Download OpenAPI specification:
OpsChain is an orchestration and change automation platform based in GitOps principles with a core objective to Unify Change. Connect, automate, and orchestrate people, processes, and tools across your on-premise and cloud platforms.
Endpoints to interact with projects.
Notes:
show and list response payloads include links to the project's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all projects (including archived projects).
Each project in the response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| filter[<query/sort filter>]= | |
| download | string Example: download=projects.csv Download the projects in CSV format with the specified file name. The projects will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "035c08c6-d345-4eea-ad76-29d359d98ab6",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "adan",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "797b1e05-51b9-4c04-ae22-fd769db127f3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/797b1e05-51b9-4c04-ae22-fd769db127f3"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "ab5ff780-a447-4d1d-8429-b1f996cbfcef",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/ab5ff780-a447-4d1d-8429-b1f996cbfcef"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a project.
required | object |
{- "data": {
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "project_type": "Enterprise"
}
}
}{- "data": {
- "id": "4f27de1e-4915-4624-8d14-5de8fceb6f7d",
- "type": "project",
- "attributes": {
- "code": "trqin",
- "name": "numquam428",
- "description": "Eos ut ut fugit.",
- "archived": false,
- "created_by": "antone_dietrich",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "75c218c4-cc06-490a-90cc-0ea68443229d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/75c218c4-cc06-490a-90cc-0ea68443229d"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "dd6bbef5-4926-4bbe-afd8-38772e99afbe",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/dd6bbef5-4926-4bbe-afd8-38772e99afbe"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/trqin",
- "bookmarks": "/api/projects/trqin/bookmarks",
- "git_remotes": "/api/projects/trqin/git_remotes",
- "environments": "/api/projects/trqin/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows a project, including any direct children.
The response includes a link to:
changes endpoint for managing changes belonging to this project. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this project. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this project. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this project. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this project's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this project's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
{- "data": {
- "id": "84646a2a-3d0e-426f-b44d-4912dc3e10ef",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "makeda",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7e58b698-0f40-4244-bbcb-04100e341c44",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7e58b698-0f40-4244-bbcb-04100e341c44"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "2392451a-dabe-4634-a218-751e92aef0c2",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2392451a-dabe-4634-a218-751e92aef0c2"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [ ]
}Updates a project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated project",
- "archived": false
}
}
}{- "data": {
- "id": "9a41c8d1-f424-4faf-9737-4bef612e918a",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "temporibus437",
- "description": "Numquam sed aut odio.",
- "archived": true,
- "created_by": "grady",
- "project_type": "Standard"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "8685fc46-04f7-4639-8420-4bcc7d18cec1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8685fc46-04f7-4639-8420-4bcc7d18cec1"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "94cbdea0-a66f-4785-a8dc-4d72e3361217",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/94cbdea0-a66f-4785-a8dc-4d72e3361217"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "git_remotes": "/api/projects/opc/git_remotes",
- "environments": "/api/projects/opc/environments"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "environment"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": false
}, - "environments": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Endpoints to interact with environments.
Notes:
show and list response payloads include links to the environment's assets, changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the assets, changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.Lists all project environments (including archived environments).
Each environment in the response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=environments.csv Download the project environments in CSV format with the specified file name. The environments will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "a1a35c84-a774-462f-8c44-d19b8a850745",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "rodney_gorczany"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "53a5f712-be29-4d64-97de-3f29d5d26f1c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/53a5f712-be29-4d64-97de-3f29d5d26f1c"
}
}, - "parents": {
- "data": [
- {
- "id": "19e40f02-19a2-413b-bd9e-99efb4b12bb3",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "a0a9f90f-117d-4960-86a4-9c93795def21",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a0a9f90f-117d-4960-86a4-9c93795def21"
}
}, - "project": {
- "data": {
- "id": "19e40f02-19a2-413b-bd9e-99efb4b12bb3",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an environment.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment"
}
}
}{- "data": {
- "id": "71127025-6342-49f9-bb5e-289cd39c7205",
- "type": "environment",
- "attributes": {
- "code": "5zhyf",
- "name": "quos386",
- "description": "Quia tempore maiores et.",
- "archived": false,
- "created_by": "elisha.schuppe"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a3944e3a-52b9-4998-b7ac-3736d3780e13",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a3944e3a-52b9-4998-b7ac-3736d3780e13"
}
}, - "parents": {
- "data": [
- {
- "id": "b17e5ed9-172f-4e19-8e3c-9bf00025bac1",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "c2c175db-b923-4aaf-9db8-64c1acd6c039",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/c2c175db-b923-4aaf-9db8-64c1acd6c039"
}
}, - "project": {
- "data": {
- "id": "b17e5ed9-172f-4e19-8e3c-9bf00025bac1",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/5zhyf",
- "bookmarks": "/api/projects/opc/environments/5zhyf/bookmarks",
- "changes": "/api/projects/opc/environments/5zhyf/changes",
- "scheduled_activities": "/api/projects/opc/environments/5zhyf/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/5zhyf/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an environment.
The response includes a link to:
changes endpoint for managing changes belonging to this environment. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this environment. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this environment. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this environment. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this environment's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this environment's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "data": {
- "id": "eaaeff4d-1615-4016-98ce-cf89386068e0",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "floyd"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3a039261-aaf4-44e8-ab8d-e545cccc8a4f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3a039261-aaf4-44e8-ab8d-e545cccc8a4f"
}
}, - "parents": {
- "data": [
- {
- "id": "9ba18901-f377-44a2-a980-db2b0d4afb34",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "03b4f68c-08a5-4df8-9d36-a183ab2b3fb1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/03b4f68c-08a5-4df8-9d36-a183ab2b3fb1"
}
}, - "project": {
- "data": {
- "id": "9ba18901-f377-44a2-a980-db2b0d4afb34",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "9ba18901-f377-44a2-a980-db2b0d4afb34",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "earnest",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d465f2f6-766e-4f74-916b-323b91a743f7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d465f2f6-766e-4f74-916b-323b91a743f7"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "90f0d6ef-9d5f-477b-b172-364823f013be",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/90f0d6ef-9d5f-477b-b172-364823f013be"
}
}, - "children": {
- "data": [
- {
- "id": "eaaeff4d-1615-4016-98ce-cf89386068e0",
- "type": "environment"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Updates an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated environment",
- "archived": false
}
}
}{- "data": {
- "id": "5bd14657-adfd-4dc0-a4c3-769326722fd5",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "quos396",
- "description": "Doloribus vel dicta officiis.",
- "archived": true,
- "created_by": "mauricio_pagac"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "87254ec4-9391-486e-a38c-60bdafcdb680",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/87254ec4-9391-486e-a38c-60bdafcdb680"
}
}, - "parents": {
- "data": [
- {
- "id": "889c9216-44b7-4397-bf71-b9a589982408",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "3f186ccb-ef7e-4120-91e6-895afdff5d95",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3f186ccb-ef7e-4120-91e6-895afdff5d95"
}
}, - "project": {
- "data": {
- "id": "889c9216-44b7-4397-bf71-b9a589982408",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Archives an environment.
| project_code required | string Example: opc project code |
| environment_code required | string Example: dev environment code |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Node"
}
}
]
}Endpoints to interact with assets.
Notes:
show and list response payloads include links to the asset's changes, scheduled activity, bookmarks and MintModels endpoints. These endpoints act like
the changes, scheduled activity, bookmarks and MintModels endpoints respectively./<path/to/asset/owner>/assets path. The example endpoints in this section reflect assets owned by a project.List the log lines generated while building an image and querying the actions available for this asset / template version combination.
Note: See the list filtered log lines API docs for filtering options.
| generate_actions_request_id required | string Example: 0247efd5-56ae-4f34-bcb3-5cb439c828ff |
| filter[<query/sort filter>]= | |
| download | string Example: download=change.log Download the log lines with the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "f8dfdfd6-cdb7-4944-b719-3887623219ff",
- "type": "generate_actions_request_log_line",
- "attributes": {
- "message": "Esse deleniti expedita maxime.",
- "category": "action",
- "template_version_history_id": "1152d71d-fba1-4da0-9a50-ae63c33b3ec6",
- "generate_actions_request_id": "c589e75b-3356-44ae-9bb4-7cf539b0a878",
- "logged_at": "2025-12-10T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Create a request to refresh the actions list for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "49311ee5-c96c-4173-8e28-a289be0414a5",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [ ],
- "request_number": 1,
- "status_code": "initializing",
- "error_message": null,
- "created_at": "2025-12-10T23:09:43.640169Z",
- "updated_at": "2025-12-10T23:09:43.640169Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "dd4158cc-7b5a-4e95-8e7e-fea475aa2e34",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "99f35e00-756f-4ca5-8a55-2de31f606b62",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/b4c35ad0-a9f7-4762-b6a1-93db8afbb3ac/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/49311ee5-c96c-4173-8e28-a289be0414a5",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=49311ee5-c96c-4173-8e28-a289be0414a5"
}
}
}Lists all generate actions requests made for the asset's current template version.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "7003601c-c878-457e-90cf-c8284808ec7c",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [
- {
- "name": "parse",
- "children": [ ],
- "full_path": "parse",
- "stage_step": false,
- "description": "The USB circuit is down, override the neural panel so we can copy the SAS bus!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "quantify",
- "children": [ ],
- "full_path": "quantify",
- "stage_step": false,
- "description": "If we compress the panel, we can get to the EXE card through the neural PNG transmitter!",
- "child_execution_strategy": "sequential"
}
], - "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_at": "2025-12-10T23:09:44.324547Z",
- "updated_at": "2025-12-10T23:09:44.333042Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "73e319a2-6a86-47c0-bf3c-ec7d0d1c94b3",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "f40ec10a-6d6c-474e-9222-33da5927d37d",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/e0d2c9e2-22ae-4813-9cb2-655a557c5c1d/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/7003601c-c878-457e-90cf-c8284808ec7c",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=7003601c-c878-457e-90cf-c8284808ec7c"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}
}
}Show a specific actions generation request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| generate_actions_request_id required | string Example: 0247efd5-56ae-4f34-bcb3-5cb439c828ff generate actions request id |
{- "data": {
- "id": "dec12566-5867-4649-a9bf-56a36b751e9c",
- "type": "generate_actions_request",
- "attributes": {
- "actions": [
- {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "Transmitting the card won't do anything, we need to bypass the wireless thx capacitor!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "generate",
- "children": [ ],
- "full_path": "generate",
- "stage_step": false,
- "description": "You can't synthesize the hard drive without synthesizing the solid state COM capacitor!",
- "child_execution_strategy": "sequential"
}
], - "request_number": 1,
- "status_code": "success",
- "error_message": null,
- "created_at": "2025-12-10T23:09:44.668503Z",
- "updated_at": "2025-12-10T23:09:44.675971Z"
}, - "relationships": {
- "template_version_history": {
- "data": {
- "id": "6d7e7487-6f12-4a12-9a36-250131024d45",
- "type": "template_version_history"
}
}, - "owner": {
- "data": {
- "id": "76af297c-5939-42bc-a579-fcf56b4f5bec",
- "type": "asset"
}
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/fe81fe0c-acdb-4012-a5c4-fde723c1ef61/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/generate_actions_requests/dec12566-5867-4649-a9bf-56a36b751e9c",
- "asset": "/api/projects/opc/assets/prj_soa",
- "log_lines": "/api/generate_actions_request_log_lines?generate_actions_request_id=dec12566-5867-4649-a9bf-56a36b751e9c"
}
}
}Cancels the generate actions request.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| generate_actions_request_id required | string Example: 0247efd5-56ae-4f34-bcb3-5cb439c828ff generate actions request id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find GenerateActionsRequest"
}
}
]
}Lists all assets (including archived assets) that belong to the project.
Each asset in the response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| filter[<query/sort filter>]= | |
| download | string Example: download=assets.csv Download the project assets in CSV format with the specified file name. The assets will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "a5feb587-45b6-4ce4-ad9c-f275e1b28d36",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "clyde",
- "actions": [
- {
- "name": "compress",
- "children": [ ],
- "full_path": "compress",
- "stage_step": false,
- "description": "You can't synthesize the firewall without programming the digital PCI feed!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "input",
- "children": [ ],
- "full_path": "input",
- "stage_step": false,
- "description": "If we back up the firewall, we can get to the SDD capacitor through the virtual COM capacitor!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b559533a-1b03-44c2-8a19-b9f36385feb7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b559533a-1b03-44c2-8a19-b9f36385feb7"
}
}, - "parents": {
- "data": [
- {
- "id": "ae307884-709f-416d-8622-7e1c3e6572e7",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "ee731bfd-8275-489c-b792-f0976755c7a4",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/ee731bfd-8275-489c-b792-f0976755c7a4"
}
}, - "project": {
- "data": {
- "id": "ae307884-709f-416d-8622-7e1c3e6572e7",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "25e0739a-1465-480a-a686-578e40a0f2a9",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/989814f0-418f-41be-b26d-ee4e534deda9/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "17395aa9-e3ab-4bd6-8223-b1ba12ae4c50",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "989814f0-418f-41be-b26d-ee4e534deda9",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/989814f0-418f-41be-b26d-ee4e534deda9"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "cf76c2b4-5a1b-48ad-af15-06f124da2e72",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/cf76c2b4-5a1b-48ad-af15-06f124da2e72"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates an asset belonging to the project.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "template_name": "Oracle SOA template",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "d1a3d118-6034-45a2-ad36-0581dd56f95f",
- "type": "asset",
- "attributes": {
- "code": "1nhvp",
- "name": "eaque358",
- "description": "Omnis quasi blanditiis fugit.",
- "archived": false,
- "created_by": "maire",
- "actions": [
- {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": true
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d7abfc52-9a62-4a1f-840c-e2e98fc29f79",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d7abfc52-9a62-4a1f-840c-e2e98fc29f79"
}
}, - "parents": {
- "data": [
- {
- "id": "c7df015f-b388-4261-979a-b27745553a1f",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "a663bc9d-05b0-4a32-8d62-26f25e81868f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a663bc9d-05b0-4a32-8d62-26f25e81868f"
}
}, - "project": {
- "data": {
- "id": "c7df015f-b388-4261-979a-b27745553a1f",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "d63da476-0e27-4076-aa42-c3543ce0d8fb",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/49ca9cd7-6e5f-4a17-aa79-5b092e95e856/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [ ]
}, - "template": {
- "data": {
- "id": "49ca9cd7-6e5f-4a17-aa79-5b092e95e856",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/49ca9cd7-6e5f-4a17-aa79-5b092e95e856"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "bd0e0d9f-9eae-4279-9a37-7222b603a0d6",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/1nhvp/generate_actions_requests/bd0e0d9f-9eae-4279-9a37-7222b603a0d6"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/1nhvp",
- "bookmarks": "/api/projects/opc/assets/1nhvp/bookmarks",
- "changes": "/api/projects/opc/assets/1nhvp/changes",
- "scheduled_activities": "/api/projects/opc/assets/1nhvp/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/1nhvp/converged_properties",
- "mintmodels": "/api/projects/opc/assets/1nhvp/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/1nhvp/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/1nhvp/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Shows an asset belonging to a project.
The response includes a link to:
changes endpoint for managing changes belonging to this asset. It acts like the changes endpoint.scheduled_activities endpoint for managing scheduled activities belonging to this asset. It acts like a scheduled activities endpoint.bookmarks endpoint for managing the bookmarks belonging to this asset. It acts like a bookmarks endpoint.mintmodels endpoint for managing the MintModels belonging to this asset. It acts like a MintModels endpoint.mintmodel_history endpoint for viewing this asset's MintModel history. It acts like a MintModel history endpoint.workflows endpoint for viewing this asset's workflows. It acts like a Workflows endpoint.
.| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "db3c2aa6-4e85-4dff-92db-98fb2597c6ed",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "giovanni_will",
- "actions": [
- {
- "name": "compress",
- "children": [ ],
- "full_path": "compress",
- "stage_step": false,
- "description": "Backing up the matrix won't do anything, we need to connect the primary rss bus!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "hack",
- "children": [ ],
- "full_path": "hack",
- "stage_step": false,
- "description": "We need to reboot the optical HTTP bandwidth!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": "<MintModel erb file contents>",
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "97db9959-77a2-4b85-903b-5b42d28bc312",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/97db9959-77a2-4b85-903b-5b42d28bc312"
}
}, - "parents": {
- "data": [
- {
- "id": "b2acbbdf-b1a5-4713-a75d-0e8b7477f17e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "6c04f72a-0647-4fb4-8f16-5c57ee7bb2d4",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/6c04f72a-0647-4fb4-8f16-5c57ee7bb2d4"
}
}, - "project": {
- "data": {
- "id": "b2acbbdf-b1a5-4713-a75d-0e8b7477f17e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "9a546962-0c00-4d27-9b97-5b956e4ae517",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/0833dc22-4bf8-4863-92cc-ec5ce73848ae/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "34dfc0c5-fbe6-4453-b16c-877a08573bb1",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "0833dc22-4bf8-4863-92cc-ec5ce73848ae",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/0833dc22-4bf8-4863-92cc-ec5ce73848ae"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "7668a050-bbe4-45b0-8581-cb60ff7de570",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/7668a050-bbe4-45b0-8581-cb60ff7de570"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "b2acbbdf-b1a5-4713-a75d-0e8b7477f17e",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "moises",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "854230df-4854-4cc3-ba7e-7a2c9035d34c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/854230df-4854-4cc3-ba7e-7a2c9035d34c"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "3ea2bc80-9327-4894-b365-1993ac83805d",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/3ea2bc80-9327-4894-b365-1993ac83805d"
}
}, - "children": {
- "data": [
- {
- "id": "db3c2aa6-4e85-4dff-92db-98fb2597c6ed",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "34dfc0c5-fbe6-4453-b16c-877a08573bb1",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "cory_fadel",
- "created_at": "2025-12-10T23:09:55.382252Z",
- "updated_at": "2025-12-10T23:09:55.382252Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/34dfc0c5-fbe6-4453-b16c-877a08573bb1",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}, - {
- "id": "0833dc22-4bf8-4863-92cc-ec5ce73848ae",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:09:55.286417Z",
- "updated_at": "2025-12-10T23:09:55.286417Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "5abc492f-25b1-4325-b40b-51c53b54eeec",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [
- {
- "id": "9a546962-0c00-4d27-9b97-5b956e4ae517",
- "type": "template_version"
}
]
}, - "nodes": {
- "data": [
- {
- "id": "db3c2aa6-4e85-4dff-92db-98fb2597c6ed",
- "type": "asset"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/templates/0833dc22-4bf8-4863-92cc-ec5ce73848ae",
- "template_versions": "/api/projects/opc/templates/0833dc22-4bf8-4863-92cc-ec5ce73848ae/versions",
- "project": "/api/projects/opc"
}
}, - {
- "id": "9a546962-0c00-4d27-9b97-5b956e4ae517",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "cory",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2025-12-10T23:09:55.301425Z",
- "updated_at": "2025-12-10T23:09:55.301425Z",
- "git_rev": "solid-state",
- "commit_sha": "425bff5fdc356e037d5b9301b57f0f9988da968f",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3329037b-09fa-4dc0-98cf-e02848d6b82b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3329037b-09fa-4dc0-98cf-e02848d6b82b"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/0833dc22-4bf8-4863-92cc-ec5ce73848ae/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/0833dc22-4bf8-4863-92cc-ec5ce73848ae"
}
}
]
}Updates an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "name": "Modified",
- "description": "The updated asset",
- "archived": false,
- "regenerate_actions": true
}
}
}{- "data": {
- "id": "1d14fb1f-5fa3-441b-ae97-87fa17680a6f",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "sit368",
- "description": "Quod reiciendis temporibus pariatur.",
- "archived": true,
- "created_by": "mckinley.goyette",
- "actions": [
- {
- "name": "hack",
- "children": [ ],
- "full_path": "hack",
- "stage_step": false,
- "description": "Use the multi-byte FTP feed, then you can calculate the redundant application!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "index",
- "children": [ ],
- "full_path": "index",
- "stage_step": false,
- "description": "I'll transmit the multi-byte RAM matrix, that should bus the AI capacitor!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "1fad981a-510f-4934-9db8-6e4a00aa16b0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/1fad981a-510f-4934-9db8-6e4a00aa16b0"
}
}, - "parents": {
- "data": [
- {
- "id": "2ae81552-b7b8-4226-839f-7d397a3a4595",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "7b1561ab-dc85-4fb3-bdd2-aaa5f2979b98",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/7b1561ab-dc85-4fb3-bdd2-aaa5f2979b98"
}
}, - "project": {
- "data": {
- "id": "2ae81552-b7b8-4226-839f-7d397a3a4595",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "73adeca3-1b19-4009-8033-ee609056958b",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/551c93d5-c4d2-4453-b5cb-b570e4a1175e/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "19e40907-a81c-4d25-9ba8-aeda413085b0",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "551c93d5-c4d2-4453-b5cb-b570e4a1175e",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/551c93d5-c4d2-4453-b5cb-b570e4a1175e"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "7491ae93-72f9-4dd7-acb6-a1746cd72eea",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/7491ae93-72f9-4dd7-acb6-a1746cd72eea"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
}Archives an asset belonging to a project.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Node"
}
}
]
}Show the converged properties as they will appear to actions run on this asset. i.e. the endpoint will
The API response will also include all the individual repository and database properties that were included in the result.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| converge_date | string Example: converge_date=2025-12-10T23:09:09+00:00 Specify the date (and optionally time), to derive the active template version and asset properties from. |
{- "data": {
- "id": "prj_soa",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "repo": "project_properties",
- "common": "property",
- "project": "property",
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}, - "relationships": {
- "repository_properties": {
- "data": [
- {
- "id": "properties.yaml",
- "type": "repository_properties"
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties"
}
]
}, - "properties": {
- "data": [
- {
- "id": "5b30bab0-bb2d-41e2-a6a3-95328f0bd0dd",
- "type": "properties_version"
}, - {
- "id": "7829d380-de3d-4507-a190-afa83d35ee7c",
- "type": "properties_version"
}, - {
- "id": "0f82c8cd-d932-4390-afc2-168910dcd16d",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "repo": "Repository: projects/opc.yaml",
- "common": "Repository: properties.yaml",
- "project": "Repository: projects/opc.yaml",
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "5b30bab0-bb2d-41e2-a6a3-95328f0bd0dd",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-12-10T23:09:57.584124Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b29419ff-fd25-4f32-9421-8ba6a41f8ead",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b29419ff-fd25-4f32-9421-8ba6a41f8ead"
}
}
}, - "links": {
- "versions": "/api/properties/b29419ff-fd25-4f32-9421-8ba6a41f8ead/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/b29419ff-fd25-4f32-9421-8ba6a41f8ead/versions/1"
}, - "meta": { }
}, - {
- "id": "7829d380-de3d-4507-a190-afa83d35ee7c",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-12-10T23:09:57.636795Z",
- "owner_type": "Template version"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "613ecfd0-ea7b-41b7-9d4e-cb9416454ab9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/613ecfd0-ea7b-41b7-9d4e-cb9416454ab9"
}
}
}, - "links": {
- "versions": "/api/properties/613ecfd0-ea7b-41b7-9d4e-cb9416454ab9/versions",
- "owner": "/api/projects/opc/templates/f2c72c32-c7f2-4d65-b528-e3e21085f9a1/versions/2023_Q4_2",
- "self": "/api/properties/613ecfd0-ea7b-41b7-9d4e-cb9416454ab9/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "b7158e8f-33d3-4eb7-9c0e-6c2b3f9f3960"
}
}
}, - {
- "id": "0f82c8cd-d932-4390-afc2-168910dcd16d",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-12-10T23:09:57.670601Z",
- "owner_type": "Asset"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "5a8f4717-cd79-47ab-97f7-1d3082d69fe5",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/5a8f4717-cd79-47ab-97f7-1d3082d69fe5"
}
}
}, - "links": {
- "versions": "/api/properties/5a8f4717-cd79-47ab-97f7-1d3082d69fe5/versions",
- "owner": "/api/projects/opc/assets/prj_soa",
- "self": "/api/properties/5a8f4717-cd79-47ab-97f7-1d3082d69fe5/versions/1"
}, - "meta": {
- "template_versions": {
- "2023_Q4_2": "b7158e8f-33d3-4eb7-9c0e-6c2b3f9f3960"
}
}
}, - {
- "id": "properties.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "base_properties",
- "common": "property"
}
}, - "links": {
- "repository_path": ".opschain/properties.yaml"
}
}, - {
- "id": "projects/opc.yaml",
- "type": "repository_properties",
- "attributes": {
- "content": {
- "repo": "project_properties",
- "project": "property"
}
}, - "links": {
- "repository_path": ".opschain/projects/opc.yaml"
}
}
]
}Lists all properties versions and template versions for the asset and its parents.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "f68ea350-0ebf-4a36-8958-5c5544e84b27",
- "type": "project",
- "attributes": {
- "level": 0,
- "code": "opc",
- "name": "OpsChain",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2025-12-10T23:10:06Z"
}
]
}
}, - {
- "id": "a4179ba4-4abb-43d9-9b34-8c65a5423452",
- "type": "asset",
- "attributes": {
- "level": 2,
- "code": "prj_soa",
- "name": "Project asset",
- "properties_versions": [
- {
- "version": 1,
- "start_date": "2025-12-10T23:10:06Z"
}
], - "template_versions": [ ]
}
}
]
}Lists the template versions that have been assigned to the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "46117a21-f8be-4d6f-ae66-49af291dda63",
- "type": "template_version_history",
- "attributes": {
- "created_by": "keneth_cole",
- "active_from": "2025-12-10T23:10:26.223446Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "dfbb83ff-0dff-42f3-8562-7429530ea759",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "131e4415-a24f-4f34-b835-86f46d760e8e",
- "type": "template_version"
}
}, - "generate_actions_requests": {
- "data": [
- {
- "id": "8689fd55-93c3-43bb-a967-97f7cd6d5440",
- "type": "generate_actions_request"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/4ca0e5a6-772f-4047-aedd-dd87b49ac01d/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/46117a21-f8be-4d6f-ae66-49af291dda63",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a specific project asset's template version history record.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| id required | string Example: ecd1ef1e-bcdf-4a03-b239-a5acb6a4326d version history id |
{- "data": {
- "id": "783ebd15-144b-4d60-a33d-51a7445952a1",
- "type": "template_version_history",
- "attributes": {
- "created_by": "earle",
- "active_from": "2025-12-10T23:10:26.545514Z",
- "active_to": null
}, - "relationships": {
- "owner": {
- "data": {
- "id": "1d8b5516-c05c-4093-a9c4-d1a98cd8c424",
- "type": "asset"
}
}, - "template_version": {
- "data": {
- "id": "afc6f774-2059-4057-b6dd-df376fa87b82",
- "type": "template_version"
}
}, - "generate_actions_requests": {
- "data": [
- {
- "id": "456d5c7b-9518-4c4e-888b-dfcf471d4c7c",
- "type": "generate_actions_request"
}
]
}
}, - "links": {
- "template_version": "/api/projects/opc/templates/27bcfb59-837d-4bcc-bd66-28cbef158bc3/versions/2023_Q4_2",
- "self": "/api/projects/opc/assets/prj_soa/version_history/783ebd15-144b-4d60-a33d-51a7445952a1",
- "asset": "/api/projects/opc/assets/prj_soa"
}
}, - "included": [
- {
- "id": "1d8b5516-c05c-4093-a9c4-d1a98cd8c424",
- "type": "asset",
- "attributes": {
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_by": "earle",
- "actions": [
- {
- "name": "back_up",
- "children": [ ],
- "full_path": "back_up",
- "stage_step": false,
- "description": "The XSS circuit is down, index the neural system so we can navigate the FTP port!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "generate",
- "children": [ ],
- "full_path": "generate",
- "stage_step": false,
- "description": "Overriding the bandwidth won't do anything, we need to back up the haptic sas port!",
- "child_execution_strategy": "sequential"
}, - {
- "name": "provision",
- "description": "Provision resource on existing hardware"
}
], - "mintmodel_valid": true,
- "erb_file_content": null,
- "generating_actions": false
}, - "relationships": {
- "properties": {
- "data": {
- "id": "d02ae1b1-3937-47dc-8522-9de6d1c77042",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/d02ae1b1-3937-47dc-8522-9de6d1c77042"
}
}, - "parents": {
- "data": [
- {
- "id": "2dd68308-ea66-4fbb-a76a-57b3270c6c10",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "533ce372-7107-48ab-adbd-67ec213c3f65",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/533ce372-7107-48ab-adbd-67ec213c3f65"
}
}, - "project": {
- "data": {
- "id": "2dd68308-ea66-4fbb-a76a-57b3270c6c10",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "template_version": {
- "data": {
- "id": "afc6f774-2059-4057-b6dd-df376fa87b82",
- "type": "template_version"
}, - "links": {
- "related": "/api/projects/opc/templates/27bcfb59-837d-4bcc-bd66-28cbef158bc3/versions/2023_Q4_2"
}
}, - "bookmarks": {
- "data": [
- {
- "id": "a2d4c820-369c-4f2a-9e64-658cc5868c50",
- "type": "bookmark"
}
]
}, - "template": {
- "data": {
- "id": "27bcfb59-837d-4bcc-bd66-28cbef158bc3",
- "type": "template"
}, - "links": {
- "related": "/api/projects/opc/templates/27bcfb59-837d-4bcc-bd66-28cbef158bc3"
}
}, - "current_generate_actions_request": {
- "data": {
- "id": "456d5c7b-9518-4c4e-888b-dfcf471d4c7c",
- "type": "generate_actions_request"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/generate_actions_requests/456d5c7b-9518-4c4e-888b-dfcf471d4c7c"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa",
- "bookmarks": "/api/projects/opc/assets/prj_soa/bookmarks",
- "changes": "/api/projects/opc/assets/prj_soa/changes",
- "scheduled_activities": "/api/projects/opc/assets/prj_soa/scheduled_activities",
- "converged_properties": "/api/projects/opc/assets/prj_soa/converged_properties",
- "mintmodels": "/api/projects/opc/assets/prj_soa/mintmodels",
- "mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history",
- "parent": "/api/projects/opc",
- "version_history": "/api/projects/opc/assets/prj_soa/version_history"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": false,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": true,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "afc6f774-2059-4057-b6dd-df376fa87b82",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "wanda",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2025-12-10T23:10:26.488721Z",
- "updated_at": "2025-12-10T23:10:26.488721Z",
- "git_rev": "auxiliary",
- "commit_sha": "c8df3d67a433da9395bdd0ceb21bb4ddb52f30c9",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "ba5522f3-84da-4a5b-a91f-8493f1126de3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ba5522f3-84da-4a5b-a91f-8493f1126de3"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/27bcfb59-837d-4bcc-bd66-28cbef158bc3/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/27bcfb59-837d-4bcc-bd66-28cbef158bc3"
}
}
]
}Templates provide the available actions and a base set of repository properties that will be used to configure the asset.
Lists all versions of a specific template.
| project_code required | string Example: opc project code |
| template_id required | string Example: ec55f117-ee83-4622-9f2e-ff91ef498d56 template id |
{- "data": [
- {
- "id": "e3344f9c-436c-4cdc-8fbd-0947b8a838cd",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "doretha_thiel",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2025-12-10T23:10:26.802401Z",
- "updated_at": "2025-12-10T23:10:26.802401Z",
- "git_rev": "optical",
- "commit_sha": "733276b2dad528c10381c0c89ffa73cc58614f1b",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0383264d-96f8-4aa0-98af-8a03313d5ac0",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0383264d-96f8-4aa0-98af-8a03313d5ac0"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/c310e67a-7878-4952-88ea-ece8a18062d6/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/c310e67a-7878-4952-88ea-ece8a18062d6"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Create or update a template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: ec55f117-ee83-4622-9f2e-ff91ef498d56 template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "description": "Added additional configuration options",
- "git_rev": "haptic",
- "archived": false,
- "locked": false,
- "ignore_in_use": false
}
}
}{- "data": {
- "id": "10726fc0-0300-43b2-aea8-d60ceb9895c6",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Rerum ducimus deserunt quae eos blanditiis id sit cupiditate aut autem",
- "state": "initializing",
- "created_by": "zane",
- "archived": false,
- "has_mintmodel": false,
- "initialization_error": null,
- "locked": false,
- "created_at": "2025-12-10T23:10:27.423500Z",
- "updated_at": "2025-12-10T23:10:27.423500Z",
- "git_rev": "neural",
- "commit_sha": null,
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "7d1e157a-e6a5-4e2c-87f3-1e3a9c77ae3b",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/7d1e157a-e6a5-4e2c-87f3-1e3a9c77ae3b"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/106830c2-0fd5-48b3-bbf4-890e79ef5f91/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/106830c2-0fd5-48b3-bbf4-890e79ef5f91"
}
}
}Shows a specific template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: ec55f117-ee83-4622-9f2e-ff91ef498d56 template id |
| version required | string Example: 2023_Q4_2 template version |
{- "data": {
- "id": "f8b16189-c744-41f4-9af0-00f483529cf7",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "maura_renner",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2025-12-10T23:10:28.915584Z",
- "updated_at": "2025-12-10T23:10:28.915584Z",
- "git_rev": "back-end",
- "commit_sha": "566e59acdbaea3b5a8e8230afeb76111b23285e9",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b6aa63ee-344b-42c9-ba36-2ecea145dfa7",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b6aa63ee-344b-42c9-ba36-2ecea145dfa7"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/a83a02ca-2b79-478d-b37d-307024a54c8b/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/a83a02ca-2b79-478d-b37d-307024a54c8b"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Assign assets to the template version.
| project_code required | string Example: opc project code |
| template_id required | string Example: ec55f117-ee83-4622-9f2e-ff91ef498d56 template id |
| version required | string Example: 2023_Q4_2 template version |
required | object |
{- "data": {
- "attributes": {
- "asset_paths": [
- "/projects/opc/assets/prj_soa"
]
}
}
}{- "data": {
- "id": "d5316d87-21e3-4ce5-9578-d02eee902b30",
- "type": "template_version",
- "attributes": {
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "state": "ready",
- "created_by": "emery",
- "archived": false,
- "has_mintmodel": true,
- "initialization_error": null,
- "locked": false,
- "created_at": "2025-12-10T23:10:29.288475Z",
- "updated_at": "2025-12-10T23:10:29.288475Z",
- "git_rev": "haptic",
- "commit_sha": "b00fa65e9388d6f665b4b4ebd10b6fd83988b5df",
- "git_remote_name": "github"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a3f4a120-1096-4e94-9f6a-5e0c56c3c75d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a3f4a120-1096-4e94-9f6a-5e0c56c3c75d"
}
}
}, - "links": {
- "self": "/api/projects/opc/templates/1bbf7c19-184a-43aa-bd19-a0b0d990cd42/versions/2023_Q4_2",
- "template": "/api/projects/opc/templates/1bbf7c19-184a-43aa-bd19-a0b0d990cd42"
}
}
}Create a template.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "b9e92b6c-434e-4a20-821c-7de5cdbe8daa",
- "type": "template",
- "attributes": {
- "code": "6bicu",
- "name": "bennie",
- "description": "Et ipsum veritatis in.",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:10:30.382470Z",
- "updated_at": "2025-12-10T23:10:30.382470Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "260a9729-003f-410a-a9b4-4cf347c643aa",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/b9e92b6c-434e-4a20-821c-7de5cdbe8daa",
- "template_versions": "/api/projects/opc/templates/b9e92b6c-434e-4a20-821c-7de5cdbe8daa/versions",
- "project": "/api/projects/opc"
}
}
}Lists all templates for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "e93dc826-6d3d-4ab8-864e-2498b6c184de",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:10:31.062591Z",
- "updated_at": "2025-12-10T23:10:31.062591Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "57e9bac1-2bbe-4303-aba4-195cea850d9f",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/e93dc826-6d3d-4ab8-864e-2498b6c184de",
- "template_versions": "/api/projects/opc/templates/e93dc826-6d3d-4ab8-864e-2498b6c184de/versions",
- "project": "/api/projects/opc"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project template.
| project_code required | string Example: opc project code |
| template_id required | string Example: ec55f117-ee83-4622-9f2e-ff91ef498d56 template id |
{- "data": {
- "id": "610fe519-cdff-4c44-a57f-6f38a9497ac1",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:10:31.522015Z",
- "updated_at": "2025-12-10T23:10:31.522015Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "a01c01c1-8a04-4684-b14d-c555ebb11319",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/610fe519-cdff-4c44-a57f-6f38a9497ac1",
- "template_versions": "/api/projects/opc/templates/610fe519-cdff-4c44-a57f-6f38a9497ac1/versions",
- "project": "/api/projects/opc"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Archives/unarchives a template.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: ec55f117-ee83-4622-9f2e-ff91ef498d56 template id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "8f6d0d3f-e81f-4283-8208-925076ef96e7",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "archived": true,
- "disabled": false,
- "created_at": "2025-12-10T23:10:31.899352Z",
- "updated_at": "2025-12-10T23:10:31.952061Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "b753a19f-def9-4ccc-abc1-ae3118ef20e1",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/8f6d0d3f-e81f-4283-8208-925076ef96e7",
- "template_versions": "/api/projects/opc/templates/8f6d0d3f-e81f-4283-8208-925076ef96e7/versions",
- "project": "/api/projects/opc"
}
}
}Update a templates details.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: ec55f117-ee83-4622-9f2e-ff91ef498d56 template id |
required | object |
{- "data": {
- "attributes": {
- "name": "Oracle SOA template",
- "description": "Oracle SOA Suite 12c (12.2.1.4.0)",
- "git_remote_name": "github",
- "disabled": false
}
}
}{- "data": {
- "id": "5778f9df-0080-4a94-9d3c-23934215f133",
- "type": "template",
- "attributes": {
- "code": "soa",
- "name": "updated_name",
- "description": "updated_description",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:10:32.452503Z",
- "updated_at": "2025-12-10T23:10:32.495575Z"
}, - "relationships": {
- "git_remote": {
- "data": {
- "id": "c0ba50d8-4792-48d4-89af-a2faa93b1512",
- "type": "git_remote"
}
}, - "template_versions": {
- "data": [ ]
}, - "nodes": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/templates/5778f9df-0080-4a94-9d3c-23934215f133",
- "template_versions": "/api/projects/opc/templates/5778f9df-0080-4a94-9d3c-23934215f133/versions",
- "project": "/api/projects/opc"
}
}
}Endpoints to interact with git remotes.
Create a project Git remote.
| project_code required | string Example: opc project code |
required | object |
{- "data": {
- "attributes": {
- "name": "github",
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "1c3ca6ed-ef9d-4e2a-a5d7-1f0a72205a86",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:09:45.949758Z",
- "updated_at": "2025-12-10T23:09:45.949758Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/1c3ca6ed-ef9d-4e2a-a5d7-1f0a72205a86"
}, - "meta": null
}
}Lists all Git remotes for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "84e42e8f-4fe3-477b-bdb5-668d614c1aee",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:09:46.649714Z",
- "updated_at": "2025-12-10T23:09:46.649714Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/84e42e8f-4fe3-477b-bdb5-668d614c1aee"
}, - "meta": null
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a project Git remote.
Note: Git remote credentials are obfuscated for security reasons.
| project_code required | string Example: opc project code |
| remote_id required | string Example: 29c296cb-8ad2-487b-b8d7-fb186101cad4 remote id |
{- "data": {
- "id": "edf55874-6d0a-43c4-8fd6-b56d2612628b",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:09:47.041740Z",
- "updated_at": "2025-12-10T23:09:47.041740Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/edf55874-6d0a-43c4-8fd6-b56d2612628b"
}, - "meta": null
}
}Archives/unarchives a project Git remote.
| project_code required | string Example: opc project code |
| id_to_archive required | string Example: 29c296cb-8ad2-487b-b8d7-fb186101cad4 remote id |
required | object |
{- "data": {
- "attributes": {
- "archived": true
}
}
}{- "data": {
- "id": "4b5b0375-d882-42bb-90b6-e904c61a685d",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2025-12-10T23:09:47.596016Z",
- "updated_at": "2025-12-10T23:09:47.704585Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/4b5b0375-d882-42bb-90b6-e904c61a685d"
}, - "meta": null
}
}Update the credentials of a project Git remote.
| project_code required | string Example: opc project code |
| id_to_update required | string Example: 29c296cb-8ad2-487b-b8d7-fb186101cad4 remote id |
required | object |
{- "data": {
- "attributes": {
- "user": "limepoint",
- "password": "password",
- "ssh_key_data": "-----BEGIN OPENSSH PRIVATE KEY-----\n...\n-----END OPENSSH PRIVATE KEY-----\n"
}
}
}{- "data": {
- "id": "b3393bfc-6697-480f-a843-8ebba3a713ba",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": false,
- "disabled": false,
- "created_at": "2025-12-10T23:09:48.419159Z",
- "updated_at": "2025-12-10T23:09:48.465373Z",
- "user": "{{hidden}}",
- "password": "{{hidden}}",
- "ssh_key_data": "{{hidden}}"
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/b3393bfc-6697-480f-a843-8ebba3a713ba"
}, - "meta": null
}
}Deletes a project Git remote if it has no changes, otherwise it removes the credentials.
| project_code required | string Example: opc project code |
| id_to_delete required | string Example: 29c296cb-8ad2-487b-b8d7-fb186101cad4 remote id |
{- "data": {
- "id": "704b35df-a639-4fb5-b992-ce77a52ef71c",
- "type": "git_remote",
- "attributes": {
- "name": "github",
- "archived": true,
- "disabled": false,
- "created_at": "2025-12-10T23:09:49.189199Z",
- "updated_at": "2025-12-10T23:09:49.505092Z",
- "user": null,
- "password": null,
- "ssh_key_data": null
}, - "relationships": {
- "templates": {
- "data": [ ]
}
}, - "links": {
- "project": "/api/projects/opc",
- "templates": "/api/projects/opc/templates?filter%5Bgit_remote_name_eq%5D=github",
- "self": "/api/projects/opc/git_remotes/704b35df-a639-4fb5-b992-ce77a52ef71c"
}, - "meta": {
- "credentials_removed": true,
- "messages": [
- "This Git remote cannot be deleted as it is used by a change, its credentials have been removed."
]
}
}
}Endpoints to interact with bookmarks.
Notes:
/<path/to/bookmark/owner>/bookmarks path. The example endpoints in this section reflect bookmarks owned
by a project asset.Create a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
required | object |
{- "data": {
- "attributes": {
- "description": "SOA administration console",
- "created_by": "soledad"
}
}
}{- "data": {
- "id": "a901d288-8694-497d-b7f5-9f6712daf566",
- "type": "bookmark",
- "attributes": {
- "description": "Est et expedita optio.",
- "created_by": "emilio_von",
- "created_at": "2025-12-10T23:09:31.280584Z",
- "updated_at": "2025-12-10T23:09:31.280584Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/a901d288-8694-497d-b7f5-9f6712daf566",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Lists all bookmarks for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "0b9f9e59-662f-4f79-905c-c6b4f36b5b1a",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "celeste.white",
- "created_at": "2025-12-10T23:09:32.145182Z",
- "updated_at": "2025-12-10T23:09:32.145182Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/0b9f9e59-662f-4f79-905c-c6b4f36b5b1a",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Show a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 94133094-20b6-4d6c-bb51-1d8cfe06ce4d bookmark id |
{- "data": {
- "id": "4cb82204-eb54-418f-ae14-13a4c7956ed6",
- "type": "bookmark",
- "attributes": {
- "description": "SOA administration console",
- "created_by": "randell_sporer",
- "created_at": "2025-12-10T23:09:32.477039Z",
- "updated_at": "2025-12-10T23:09:32.477039Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/4cb82204-eb54-418f-ae14-13a4c7956ed6",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Update a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 94133094-20b6-4d6c-bb51-1d8cfe06ce4d bookmark id |
required | object |
{- "data": {
- "attributes": {
- "description": "Updated server console path"
}
}
}{- "data": {
- "id": "f9abd548-7122-4194-ba4d-32edbaa277e7",
- "type": "bookmark",
- "attributes": {
- "description": "Updated server console path",
- "created_by": "rogelio.bednar",
- "created_at": "2025-12-10T23:09:33.083385Z",
- "updated_at": "2025-12-10T23:09:33.140810Z"
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/bookmarks/f9abd548-7122-4194-ba4d-32edbaa277e7",
- "parent": "/api/projects/opc/assets/prj_soa"
}
}
}Delete a bookmark for a specific project, environment or asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| bookmark_id required | string Example: 94133094-20b6-4d6c-bb51-1d8cfe06ce4d bookmark id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Bookmark"
}
}
]
}Endpoints to query and generate MintModels for assets.
Notes:
parent_mintmodel_history link in the API response to access the
asset's MintModel history.Lists the asset's MintModel history.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "b183cf9b-ef78-447a-bbd6-656feb888963",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2025-12-10T23:09:51.079542Z",
- "updated_at": "2025-12-10T23:09:51.079542Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "73c17746-cfff-483f-bcd3-242d6ea9f2ef",
- "type": "project"
}, - {
- "id": "33fb4f38-8696-4138-9137-a7426862cee6",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "15c49232-2c25-4aca-ada7-2b4e29b0c536",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/15c49232-2c25-4aca-ada7-2b4e29b0c536"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "5f7511d0-3463-49e6-a1c2-ebb0ce35bdf9",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/b183cf9b-ef78-447a-bbd6-656feb888963"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows an asset's MintModel history record.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| id required | string Example: 48ef3655-b27d-454c-940f-4f1655c30c5f MintModel history id |
{- "data": {
- "id": "6ab1c39a-e905-4a44-8912-b76dc6eaa0ab",
- "type": "mintmodel_history",
- "attributes": {
- "created_at": "2025-12-10T23:09:51.434574Z",
- "updated_at": "2025-12-10T23:09:51.434574Z"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "f11bd382-d475-4e57-aa23-4e27deaa2145",
- "type": "project"
}, - {
- "id": "8ccfda11-d16a-4086-8631-4b80478459e6",
- "type": "asset"
}
]
}, - "mintmodel": {
- "data": {
- "id": "8725eca9-204c-4ed6-bdb8-a98f1efd75f8",
- "type": "mintmodel"
}, - "links": {
- "related": "/api/projects/opc/assets/prj_soa/mintmodels/8725eca9-204c-4ed6-bdb8-a98f1efd75f8"
}
}, - "opschain_changes": {
- "data": [ ]
}, - "template_version": {
- "data": {
- "id": "f0b8a3ca-822e-4a5f-a163-3045992f24bb",
- "type": "template_version"
}
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodel_history/6ab1c39a-e905-4a44-8912-b76dc6eaa0ab"
}
}, - "included": [
- {
- "id": "8725eca9-204c-4ed6-bdb8-a98f1efd75f8",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-12-10T23:09:51.426640Z",
- "updated_at": "2025-12-10T23:09:51.426640Z",
- "render_logs": "MintPress renderer output"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "6ab1c39a-e905-4a44-8912-b76dc6eaa0ab",
- "type": "mintmodel_history"
}, - {
- "id": "a24272ee-58cf-416a-8306-c01377bb987e",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/8725eca9-204c-4ed6-bdb8-a98f1efd75f8",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}List all MintModels for an asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": [
- {
- "id": "4a08b5f5-aa7c-4a9d-9061-3ac3b4280a3b",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-12-10T23:09:51.583268Z",
- "updated_at": "2025-12-10T23:09:51.583268Z",
- "render_logs": "MintPress renderer output"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "3604b46d-37ce-4949-b4be-e8be6f8a9b59",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/4a08b5f5-aa7c-4a9d-9061-3ac3b4280a3b",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
]
}Generate a MintModel of the differences between two existing MintModels.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| old_mintmodel_id required | string Example: 77c3e121-b502-4b10-ab0e-8d0de942797f old MintModel id |
| new_mintmodel_id required | string Example: b80a5054-806d-42f4-90a2-8e7f12f3135c new MintModel id |
{- "data": {
- "id": "MintModelDiff",
- "type": "diff_mintmodel",
- "attributes": {
- "diff_mintmodel": {
- "id": "09032a7a-4fb4-44c2-9e93-d04950e234e9",
- "data": {
- "internalVariables": {
- "environmentName": "d1",
- "assetCode": "obpodi",
- "stageRootDir": "/oracle/stage",
- "autoBaseline": "true",
- "projectUri": "D1OBPODI2025MAY301254"
}, - "projectName": "d1_obpodi2025May30_1254",
- "site": {
- "hostList": [
- {
- "id": "custwprd1odi01",
- "address": "custwprd1odi01.limepoint.engineering",
- "attributes": {
- "basename": "custwprd1odi01",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}, - {
- "id": "db_server",
- "address": "custwprd1db.limepoint.engineering",
- "attributes": {
- "scaleout": "false",
- "basename": "custwprd1db",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}, - {
- "id": "custwprd1odi02",
- "address": "custwprd1odi02.limepoint.engineering",
- "attributes": {
- "basename": "custwprd1odi02",
- "user": "oracle",
- "password": "unused-key-auth",
- "targetTempDir": "/oracle/app/binaries/obpodi/tmp"
}, - "targetAttributes": {
- "oracle.install.username": "oinstall",
- "target.tmp.dir": "/oracle/app/binaries/obpodi/tmp"
}
}
], - "installationList": [
- {
- "name": "jdk",
- "product": "OracleJava",
- "version": "1.8.0_341",
- "installPath": "/oracle/app/binaries/obpodi/java",
- "softwareStage": "/oracle/stage/jdk/jdk-8u341-linux-x64.tar.gz",
- "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleJava": {
- "java_home": "/oracle/app/binaries/obpodi/java",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}, - "patchset": [ ]
}, - {
- "name": "fmwinfra",
- "product": "OracleFMWInfrastructure",
- "version": "12.2.1.4",
- "softwareStage": "/oracle/stage/fmwinfra/12.2.1.4/fmw_12.2.1.4.0_infrastructure.jar",
- "installPath": "/oracle/app/binaries/obpodi/fmw",
- "dependsonList": [
- "jdk"
], - "patchset": [
- {
- "targetOracleHome": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/cumulative_patches",
- "name": "3774133",
- "aru": "37741315",
- "attributes": {
- "required_opatch_version": "13.9.4.2.13",
- "opatch_autoupdate_file": "/oracle/stage/OPatch/13.9.4.2.10/p28186730_1394219_Generic.zip",
- "action": "rollback"
}
}
], - "attributes": {
- "newworld": "true",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "oracleInstallGroup": "oinstall",
- "OracleFMWInfrastructure": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "fmw_home": "/oracle/app/binaries/obpodi/fmw",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}
}, - {
- "name": "oracleclient",
- "product": "OracleDatabaseClient",
- "version": "12.2.0.1",
- "installPath": "/oracle/app/binaries/obpodi/dbclient",
- "softwareStage": "/oracle/stage/rdbms/12.2.0.1/client",
- "dependsonList": [
- "jdk"
], - "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleDatabaseClient": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "owner": "oracle",
- "group": "oinstall",
- "oracle_home": "/oracle/app/binaries/obpodi/dbclient",
- "oracle_base": "/oracle/app/binaries/obpodi",
- "install_type": "Administrator"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}, - "patchset": [ ]
}, - {
- "name": "odi",
- "product": "OracleDataIntegrator",
- "version": "12.2.1.4",
- "installPath": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/odi/12.2.1.4/fmw_12.2.1.4.0_odi.jar",
- "dependsonList": [
- "fmwinfra",
- "oracleclient"
], - "patchset": [
- {
- "targetOracleHome": "/oracle/app/binaries/obpodi/fmw/odi",
- "softwareStage": "/oracle/stage/cumulative_patches",
- "name": "37741316",
- "aru": "37741315",
- "attributes": {
- "required_opatch_version": "13.9.4.2.13",
- "opatch_autoupdate_file": "/oracle/stage/OPatch/13.9.4.2.10/p28186730_1394219_Generic.zip",
- "action": "rollback"
}
}
], - "attributes": {
- "newworld": "true",
- "oracleInventoryLoc": "/oracle/app/binaries/obpodi/oraInventory",
- "middlewareHome": "/oracle/app/binaries/obpodi/fmw",
- "oracleInstallGroup": "oinstall",
- "OracleDataIntegrator": {
- "inventory_location": "/oracle/app/binaries/obpodi/oraInventory",
- "fmw_home": "/oracle/app/binaries/obpodi/fmw",
- "java_home": "/oracle/app/binaries/obpodi/java",
- "database_client_home": "/oracle/app/binaries/obpodi/dbclient",
- "owner": "oracle",
- "group": "oinstall"
}
}, - "targetAttributes": {
- "patch.java.params": "-Xms3g -Xmx3g"
}
}
], - "databaseList": [
- {
- "name": "d1obpodidb",
- "port": "1521",
- "serviceName": "CUSTWPD1_INT_PRIM",
- "hostIdentifier": "db_server",
- "schemaList": [
- {
- "name": "SYS",
- "password": "{AES2}TBg8KMlIiNzASfnaMO9iww=={/IV}ThoJT1+ps+2NtkzPjniGrRKwOu9f0fmuKS2GJPG0/LbU="
}
], - "attributes": {
- "jdbcUrl": "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=custwprd1db.limepoint.engineering)(Port=1521))(CONNECT_DATA=(SERVER = DEDICATED)(SERVICE_NAME=CUSTWPD1_INT_PRIM)))",
- "rcu": {
- "datafile.initialsize": "200M",
- "extra.parameters": " -encryptTablespace false"
}
}
}
], - "resourceList": [
- {
- "name": "WeblogicUser_wlsmonitors",
- "type": "User",
- "attributes": {
- "name": "wlsmonitor",
- "password": "{AES2}cSYn1SEsZCScuAK+fj8vVQ=={/IV}T89zXOBEdWngdxqJ9rihn+uy2lgiqJx5J6fGDfPbHsys=",
- "description": "User with Weblogic Monitor Role",
- "groupList": "monitors"
}
}, - {
- "name": "AdminStartupParameter",
- "type": "StartupParameter",
- "attributes": {
- "1": "-Xms1g -Xmx4g",
- "2": "",
- "3": "",
- "4": "-Dweblogic.ProductionModeEnabled=true",
- "5": "-Dappdynamics.agent.tierName=OBP-ADMIN",
- "c1": "-Dweblogic.Stdout=/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%.out",
- "c2": "-Dweblogic.Stderr=/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%.err",
- "c3": "-Xloggc:/oracle/app/logs/obpodi/obpodi_domain/%Name%/%Name%_gc.out -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:+ScavengeBeforeFullGC -XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseGCLogFileRotation -XX:GCLogFileSize=300M -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:+UnlockCommercialFeatures -XX:+FlightRecorder",
- "c4": "-Djava.security.debug=failure -Djava.net.preferIPv4Stack=true -Doracle.ons.maxconnections=2 -Dweblogic.security.disableNullCipher=true",
- "c5": "-Dweblogic.MaxMessageSize=500000000 -Dweblogic.Chunksize=65536 -Djava.security.egd=file:///dev/urandom",
- "s1": "-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Dweblogic.security.SSL.protocolVersion=TLSv1.2",
- "s2": "-Dweblogic.management.disableManagedServerNotifications=true",
- "s3": "-Dweblogic.security.SSL.allowUnencryptedNullCipher=false",
- "s4": "-Dweblogic.security.SSL.enableJSSE=true",
- "s4a": "-Dweblogic.security.SSL.nojce=true -Dweblogic.jdbc.remoteEnabled=true",
- "s5": "-Dweblogic.ssl.JSSEEnabled=true -Dweblogic.rjvm.enableprotocolswitch=true",
- "s6": "-Dweblogic.net.ssl.trustStore=/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "s7": "-Djavax.net.ssl.trustStore=/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "s8": "-Dweblogic.webservice.client.ssl.trustedcertfile=/oracle/app/runtime/d1/certs/cacerts.pem",
- "s9": "-Dweblogic.security.audit.auditLogDir=/oracle/app/logs/obpodi/obpodi_domain",
- "s10": "-Dweblogic.ssl.SSLv2HelloEnabled=false",
- "Auto22": "-Dweblogic.MuxerClass=weblogic.socket.PosixSocketMuxer"
}
}
], - "environmentName": "d1",
- "mwTopologyList": [
- {
- "attributes": {
- "targetPlatform": "x86-64"
}
}
], - "topologyName": "obpodi",
- "hostInstallationList": [
- {
- "installationName": "odi",
- "hostIdentifierList": [
- "custwprd1odi01",
- "custwprd1odi02"
]
}
], - "transferList": [
- {
- "name": "d1_obpodi_keystores",
- "hostIdentifierList": [
- "custwprd1odi01"
], - "sourceFile": "/oracle/stage/customer/wp/csh/certs/d1/custwprd1odi.jks",
- "destinationFile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "permissions": "600",
- "transferWhenList": [
- "pre-online"
], - "attributes": {
- "scaleout": "false"
}
}
], - "executeList": [
- {
- "name": "DeployHealthCheck",
- "hostIdentifierList": [
- "custwprd1odi01"
], - "sourceFile": "/oracle/app/binaries/obpodi/fmw/oracle_common/common/bin/wlst.sh /oracle/stage/customer/wp/csh/scripts/common/deployApplication.py weblogic {AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os= t3://custwprd1odi-padm.limepoint.engineering:17001 HealthCheck /oracle/app/runtime/obpodi/domains/applications/obpodi_domain/HealthCheck.war obpodi_cluster nostage 650",
- "executeWhenList": [
- "pre-online"
], - "attributes": {
- "execute.weblogicAdminPassword": "{AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os=",
- "scaleout": "false"
}
}
], - "domainList": [
- {
- "name": "obpodi_domain",
- "locationPath": "/oracle/app/runtime/obpodi/domains",
- "adminUser": "weblogic",
- "adminPassword": "{AES2}gJ/boWTt1SiokXU8r5kR/w=={/IV}THBDYBplASG16qRhzfue+o4yOtJPAu4RCzOKq4C7V5Os=",
- "adminServer": {
- "name": "AdminServer",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "listenAddress": "custwprd1odi-padm.limepoint.engineering",
- "listenAddressPort": "17001",
- "listenAddressPortSSL": "18001",
- "targetName": "odiAdminServer"
}, - "machineList": [
- {
- "name": "custwprd1odi01-prv.limepoint.engineering",
- "nodeManagerName": "nm-custwprd1odi01"
}, - {
- "name": "custwprd1odi02-prv.limepoint.engineering",
- "nodeManagerName": "nm-custwprd1odi02"
}
], - "clusterList": [
- {
- "name": "obpodi_cluster",
- "messageMode": "Unicast"
}
], - "managedServerList": [
- {
- "name": "ODI_server1",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "clusterName": "obpodi_cluster",
- "listenAddress": "custwprd1odi01-prv.limepoint.engineering",
- "listenAddressPort": "17002",
- "listenAddressPortSSL": "18002",
- "targetName": "ODI_server1",
- "attributes": {
- "nodeid": "1",
- "serverid": "1",
- "nodeonserver": "1"
}
}, - {
- "name": "ODI_server2",
- "machineName": "custwprd1odi02-prv.limepoint.engineering",
- "clusterName": "obpodi_cluster",
- "listenAddress": "custwprd1odi02-prv.limepoint.engineering",
- "listenAddressPort": "17003",
- "listenAddressPortSSL": "18003",
- "targetName": "ODI_server2",
- "attributes": {
- "nodeid": "2",
- "serverid": "2",
- "nodeonserver": "1"
}
}
], - "systemComponentList": [
- {
- "name": "OracleDISAgent1",
- "machineName": "custwprd1odi01-prv.limepoint.engineering",
- "componentType": "OracleDataIntegrator",
- "attributes": {
- "nodeid": "1",
- "serverid": "1",
- "nodeonserver": "1",
- "OracleDataIntegrator": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "AgentProtocol": "https",
- "AgentHostname": "custwprd1odi01-prv.limepoint.engineering",
- "AgentPort": "2091",
- "PrivateKeyAlias": "custwprd1odi01",
- "PrivateKeyPassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "IdentityKeyStore": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "IdentityKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "TrustKeyStore": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "TrustKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}, - {
- "name": "OracleDISAgent2",
- "machineName": "custwprd1odi02-prv.limepoint.engineering",
- "componentType": "OracleDataIntegrator",
- "attributes": {
- "nodeid": "2",
- "serverid": "2",
- "nodeonserver": "1",
- "OracleDataIntegrator": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "AgentProtocol": "https",
- "AgentHostname": "custwprd1odi02-prv.limepoint.engineering",
- "AgentPort": "2091",
- "PrivateKeyAlias": "custwprd1odi02",
- "PrivateKeyPassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "IdentityKeyStore": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "IdentityKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "TrustKeyStore": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "TrustKeyStorePassPhrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
], - "middlewareList": [
- {
- "installationName": "odi",
- "targetList": [
- {
- "type": "Cluster",
- "names": [
- "obpodi_cluster"
]
}
]
}
], - "configurationList": [
- {
- "resourceName": "AdminStartupParameter",
- "type": "StartupParameter",
- "targets": [
- {
- "type": "SERVER",
- "names": [
- "AdminServer"
]
}
]
}, - {
- "resourceName": "WeblogicUser_wlsmonitors",
- "type": "User",
- "attributes": {
- "authenticatorName": "DefaultAuthenticator"
}
}
], - "templateList": [
- {
- "name": "OracleDataIntegrator::CombinedTemplateSet",
- "attributes": {
- "OracleDataIntegrator::CombinedTemplateSet": {
- "SupervisorPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "WorkRepositoryName": "workrep1",
- "WorkRepositoryPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "WorkRepositoryType": "E",
- "AgentHostname": "custwpd1odi.limepoint.engineering",
- "AgentPort": "18002",
- "AgentProtocol": "https"
}
}
}
], - "repositoryList": [
- {
- "componentList": [
- "ODI"
], - "id": "rcu01",
- "dbName": "d1obpodidb",
- "prefix": "OBPODI",
- "dbUser": "SYS",
- "schemaPassword": "{AES2}jsLtJusUxDWQfC6Mq+UwHg=={/IV}TuT5JIopcfHbGjkEt7xUhoQ==",
- "defaultRepository": "true"
}
], - "attributes": {
- "serverStartMode": "prod",
- "backupEnvironmentName": "d1",
- "environment.name": "d1",
- "tlogsLocationPath": "/oracle/app/runtime/obpodi/domains/obpodi_domain",
- "odlLogLocation": "/oracle/app/logs/obpodi/obpodi_domain",
- "defaultJMSLogLocation": "/oracle/app/logs/obpodi/obpodi_domain",
- "managedTopLocation": "/oracle/app/binaries/runtime/obpodi/domains",
- "nodeid": "1",
- "nodeonserver": "1",
- "serverid": "1",
- "wls": {
- "production.mode": "prod",
- "tlogs.location.path": "/oracle/app/runtime/obpodi/domains/obpodi_domain",
- "admin.listen.port.admin": "19001",
- "domain.managed.top": "/oracle/app/binaries/runtime/obpodi/domains",
- "odl": {
- "log": {
- "location": "/oracle/app/logs/obpodi/obpodi_domain",
- "retentionPeriod": "5d"
}
}
}, - "mintpress": {
- "startup.server_exclude": "OracleDISAgent*",
- "startup_parallel": "10"
}
}
}
], - "nodeManagerList": [
- {
- "name": "nm-custwprd1odi01",
- "listenAddress": "custwprd1odi01-prv.limepoint.engineering",
- "listenPort": "16001",
- "hostIdentifier": "custwprd1odi01",
- "attributes": {
- "wlInstallationName": "fmwinfra",
- "nodemanagerTop": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager",
- "type": "SSL",
- "wls": {
- "nodemanager": {
- "log.path": "/oracle/app/logs/obpodi/custwprd1odi01",
- "identityname": "custwprd1odi01",
- "identitystorefile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "wildcardcertificate": "true",
- "domainbased": "true",
- "shared.domain.dir": "true",
- "top": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager"
}
}
}, - "targetAttributes": {
- "wls": {
- "nodemanager": {
- "secure.listener": "true",
- "setidentity": "true",
- "usejsse": "true",
- "crashrecovery": "false",
- "umask": "022",
- "truststorefile": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "identitystorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "truststorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "identitypassphrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
}, - {
- "name": "nm-custwprd1odi02",
- "listenAddress": "custwprd1odi02-prv.limepoint.engineering",
- "listenPort": "16001",
- "hostIdentifier": "custwprd1odi02",
- "attributes": {
- "wlInstallationName": "fmwinfra",
- "nodemanagerTop": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager",
- "type": "SSL",
- "wls": {
- "nodemanager": {
- "log.path": "/oracle/app/logs/obpodi/custwprd1odi02",
- "identityname": "custwprd1odi02",
- "identitystorefile": "/oracle/app/runtime/d1/certs/custwprd1odi.jks",
- "wildcardcertificate": "true",
- "domainbased": "true",
- "shared.domain.dir": "true",
- "top": "/oracle/app/binaries/runtime/obpodi/domains/obpodi_domain/nodemanager"
}
}
}, - "targetAttributes": {
- "wls": {
- "nodemanager": {
- "secure.listener": "true",
- "setidentity": "true",
- "usejsse": "true",
- "crashrecovery": "false",
- "umask": "022",
- "truststorefile": "/oracle/app/runtime/d1/certs/WBCTrust.jks",
- "identitystorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "truststorekey": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk=",
- "identitypassphrase": "{AES2}h2PRZ4Y+dzJGqQaewXAXBQ=={/IV}TtSlVPbhcKefdwYVrR0caCgwsTQGc57f3ofH8B47O9yk="
}
}
}
}
]
}
}, - "sha256": "901ad813694fa591bd0c6c9ec172f1d97e35daaa14c1c9010cbef45f44338483",
- "created_at": "2025-12-10T23:09:52.211Z",
- "updated_at": "2025-12-10T23:09:52.211Z",
- "render_logs": "Generated by deriving the difference between Mintmodel 98785fa8-0de3-4953-a3ab-d209c492e175 and MintModel b7fa0cd1-645d-4a88-be07-897c6e046f18"
}, - "step_trees": [
- {
- "name": "Binaries",
- "action": "mintmodel:binaries",
- "description": "bpm -- Binaries",
- "child_execution_strategy": "sequential",
- "children": [
- {
- "name": "Install Software Binaries",
- "action": "mintmodel:install_software_binaries",
- "description": null,
- "full_path": "Binaries/Install Software Binaries",
- "full_description": "bpm -- Binaries > Install Software Binaries"
}
], - "full_path": "Binaries",
- "full_description": "bpm -- Binaries"
}
]
}, - "links": {
- "old_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/98785fa8-0de3-4953-a3ab-d209c492e175",
- "new_mintmodel": "/projects/opc/assets/prj_soa/mintmodels/b7fa0cd1-645d-4a88-be07-897c6e046f18",
- "parent": "/projects/opc/assets/prj_soa"
}
}
}Shows an asset MintModel.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
| mintmodel_id required | string Example: da9d4681-11ca-4c96-a0da-206a5cb69efb MintModel id |
{- "data": {
- "id": "2798dad4-03b3-4614-813b-73dcc2710eac",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-12-10T23:09:52.645846Z",
- "updated_at": "2025-12-10T23:09:52.645846Z",
- "render_logs": "MintPress renderer output"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "0d958131-bfad-4cd7-b50f-2708b7d5c507",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/2798dad4-03b3-4614-813b-73dcc2710eac",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Generate the MintModel for this asset, using the latest properties and template version.
Note: The endpoint does not store the MintModel, rather it provides a point in time reference for the MintModel content that will be used by a change if one is executed for the asset.
| project_code required | string Example: opc project code |
| asset_code required | string Example: prj_soa asset code |
{- "data": {
- "id": "666b18a6-4b3e-4777-9bea-fd570abbc23f",
- "type": "mintmodel",
- "attributes": {
- "data": {
- "complex": {
- "json": {
- "mintmodel": "data"
}
}
}, - "sha256": "77526a9ef926aee8c98f90ec845f5bd12f58cd7afb29fb2db5ef8f95deec44f8",
- "created_at": "2025-12-10T23:09:53.300118Z",
- "updated_at": "2025-12-10T23:09:53.300118Z",
- "render_logs": "MintPress renderer output"
}, - "relationships": {
- "mintmodel_history": {
- "data": [
- {
- "id": "7f4160b0-2ff7-422d-9078-64405fcb3c59",
- "type": "mintmodel_history"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/assets/prj_soa/mintmodels/666b18a6-4b3e-4777-9bea-fd570abbc23f",
- "parent_mintmodel_history": "/api/projects/opc/assets/prj_soa/mintmodel_history"
}
}
}Lists all workflows for a project.
| project_code required | string Example: opc project code |
{- "data": [
- {
- "id": "137946a0-5080-43ea-814b-0572ce498857",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "charity",
- "created_at": "2025-12-10T23:11:47.448918Z",
- "updated_at": "2025-12-10T23:11:47.448918Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "0a4485da-bebe-49ac-a552-65d5d498583a",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "f46adc69-2375-40f4-8761-e0601318257a",
- "type": "workflow_version"
}, - {
- "id": "181a804c-ca31-4121-88c4-5b09e892bdb8",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Create a workflow
| project_code required | string Example: opc project code |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "8nyej",
- "archived": false,
- "name": "qizqlnr1uf",
- "description": "I'll override the online SCSI firewall, that should pixel the EXE sensor!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/z0out/environments/ab3rm/assets/ikx87",
- "/projects/f24r1/environments/nkuxv/assets/3oes7"
], - "action": "back_up",
- "template_versions": [
- "qt4it",
- "l0oy0"
], - "run_as": "sequential",
- "name": "quia"
}, - {
- "type": "wait",
- "name": "consectetur"
}, - {
- "type": "workflow",
- "target": "/projects/qbh8h/workflows/fi73b",
- "version": null,
- "name": "dolor",
- "start_time": "2025-12-11T23:09:12Z"
}, - {
- "run_as": "parallel",
- "name": "consequatur",
- "children": [
- {
- "type": "change",
- "target": "/projects/d0idu/environments/high2/assets/ayihs",
- "action": "synthesize",
- "template_version": "im69i",
- "name": "quia",
- "start_time": "2025-12-11T23:09:12Z"
}, - {
- "type": "wait",
- "name": "deserunt"
}, - {
- "type": "workflow",
- "target": "/projects/sjr06/workflows/6xhjz",
- "version": null,
- "name": "quas",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "nulla",
- "children": [
- {
- "type": "change",
- "target": "/projects/cldnh/environments/banwa/assets/dxc4k",
- "action": "input",
- "template_version": "d7j5q",
- "name": "in",
- "start_time": "2025-12-11T23:09:13Z"
}, - {
- "type": "wait",
- "name": "in"
}, - {
- "type": "workflow",
- "target": "/projects/be6lo/workflows/zdgjr",
- "version": null,
- "name": "ut",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "ddc10661-2ffc-4abe-8853-612668b4f780",
- "type": "workflow",
- "attributes": {
- "code": "assets_new",
- "name": "assets workflow_new",
- "description": null,
- "draft": false,
- "archived": false,
- "created_by": "elvin_reichert",
- "created_at": "2025-12-10T23:11:48.211315Z",
- "updated_at": "2025-12-10T23:11:48.211315Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": { },
- "latest_version": 1,
- "notifications": { },
- "latest_published_version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "96acdae5-b0cc-43d4-b233-732bf84de05d",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "458942e8-108c-498c-9223-a759352d6b58",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets_new",
- "runs": "/api/projects/opc/workflows/assets_new/runs",
- "versions": "/api/projects/opc/workflows/assets_new/versions",
- "latest_version": "/api/projects/opc/workflows/assets_new/versions/1",
- "latest_published_version": "/api/projects/opc/workflows/assets_new/versions/1"
}
}
}Shows a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": {
- "id": "e5f381be-e127-4917-a230-bb8ad8802961",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "elfrieda",
- "created_at": "2025-12-10T23:11:49.303803Z",
- "updated_at": "2025-12-10T23:11:49.303803Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "242d672e-79b2-4b70-9f1a-e67bfbe9061a",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "20893f33-0ffb-453a-865f-f05933f7d219",
- "type": "workflow_version"
}, - {
- "id": "5d2223b6-ac9a-42a3-876e-4bd371febc73",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Update a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
{- "data": {
- "attributes": {
- "archived": false,
- "name": "dzltfcv3tq",
- "description": "We need to program the bluetooth CSS array!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/z0out/environments/ab3rm/assets/ikx87",
- "/projects/f24r1/environments/nkuxv/assets/3oes7"
], - "action": "back_up",
- "template_versions": [
- "qt4it",
- "l0oy0"
], - "run_as": "sequential",
- "name": "quia"
}, - {
- "type": "wait",
- "name": "consectetur"
}, - {
- "type": "workflow",
- "target": "/projects/qbh8h/workflows/fi73b",
- "version": null,
- "name": "dolor",
- "start_time": "2025-12-11T23:09:12Z"
}, - {
- "run_as": "parallel",
- "name": "consequatur",
- "children": [
- {
- "type": "change",
- "target": "/projects/d0idu/environments/high2/assets/ayihs",
- "action": "synthesize",
- "template_version": "im69i",
- "name": "quia",
- "start_time": "2025-12-11T23:09:12Z"
}, - {
- "type": "wait",
- "name": "deserunt"
}, - {
- "type": "workflow",
- "target": "/projects/sjr06/workflows/6xhjz",
- "version": null,
- "name": "quas",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "nulla",
- "children": [
- {
- "type": "change",
- "target": "/projects/cldnh/environments/banwa/assets/dxc4k",
- "action": "input",
- "template_version": "d7j5q",
- "name": "in",
- "start_time": "2025-12-11T23:09:13Z"
}, - {
- "type": "wait",
- "name": "in"
}, - {
- "type": "workflow",
- "target": "/projects/be6lo/workflows/zdgjr",
- "version": null,
- "name": "ut",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "475a87fd-c493-4dd4-b3d6-ca5548f604e8",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": false,
- "archived": false,
- "created_by": "margorie.goodwin",
- "created_at": "2025-12-10T23:11:50.307077Z",
- "updated_at": "2025-12-10T23:11:50.402024Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/0",
- "change_parent": {
- "id": "d95dfbc4-1b37-4237-b357-7340ba5a3fda",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "b38a319e-ef01-4443-b09f-e185b9a08bfe",
- "node_type": "asset",
- "parent_id": "b38a319e-ef01-4443-b09f-e185b9a08bfe",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2025-12-10T23:11:50.235Z",
- "updated_at": "2025-12-10T23:11:50.235Z",
- "project_type": null,
- "template_version_id": "a321e266-eef1-4f0f-969f-045801697132",
- "created_by": "denis.schaefer"
}, - "action_template_version": {
- "id": "a321e266-eef1-4f0f-969f-045801697132",
- "commit_id": "0f7e01b8-0953-4fda-94a2-be873caf901c",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2025-12-10T23:11:50.203Z",
- "updated_at": "2025-12-10T23:11:50.203Z",
- "state": "ready",
- "created_by": "maria",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "0270aa91-8da5-4fed-8592-cc2c7af65738",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "b38a319e-ef01-4443-b09f-e185b9a08bfe",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "feeca8e3-789d-478d-9443-30acd2ee928a",
- "type": "workflow_version"
}, - {
- "id": "19488d94-e50a-4d1a-9899-f737711756ba",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Delete or archive a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Workflow"
}
}
]
}Lists all versions for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "572b74a2-0917-431c-a865-a498fe535ed3",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "lon",
- "created_at": "2025-12-10T23:11:40.947486Z",
- "updated_at": "2025-12-10T23:11:40.962058Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "1f2ef61e-a523-434c-a777-e67aab95d23d",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "e7c9bdce-615d-44f4-957d-5166c068fa46",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "erik_leannon",
- "created_at": "2025-12-10T23:11:40.914016Z",
- "updated_at": "2025-12-10T23:11:40.914044Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 1
}, - "relationships": {
- "parent": {
- "data": {
- "id": "1f2ef61e-a523-434c-a777-e67aab95d23d",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/1",
- "runs": "/api/projects/opc/workflows/assets/versions/1/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Deletes all draft versions of a workflow.
Note: At least one version will remain. If all versions are drafts, the latest draft version will be kept.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": {
- "id": "3d89608c-cb50-457e-af51-c5dc2b2fb00e",
- "type": "workflow",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "debby",
- "created_at": "2025-12-10T23:11:42.177305Z",
- "updated_at": "2025-12-10T23:11:42.177305Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "latest_version": 2,
- "notifications": { },
- "latest_published_version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "2ce779bf-9f01-4879-8dd7-8d20c88e4d0e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "versions": {
- "data": [
- {
- "id": "860a5415-a470-45e2-9ba6-57f4a387889b",
- "type": "workflow_version"
}, - {
- "id": "25b554ff-b031-4ae7-88d5-ea67eb154680",
- "type": "workflow_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets",
- "runs": "/api/projects/opc/workflows/assets/runs",
- "versions": "/api/projects/opc/workflows/assets/versions",
- "latest_version": "/api/projects/opc/workflows/assets/versions/2",
- "latest_published_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
}Shows a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
{- "data": {
- "id": "9b0cdbb0-8514-41f3-9971-0178eb58ec16",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "vikki",
- "created_at": "2025-12-10T23:11:43.151646Z",
- "updated_at": "2025-12-10T23:11:43.166086Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "f450a0a7-fc22-4110-a73d-86e47ebe999b",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
}Update a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
required | object |
object |
{- "data": {
- "attributes": {
- "code": "01km5",
- "node_id": "87558eef-6fa1-4072-bf5c-abf96089f792",
- "archived": false,
- "name": "xzbjusflgq",
- "description": "Use the 1080p TCP driver, then you can navigate the digital program!",
- "notifications": { },
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/z0out/environments/ab3rm/assets/ikx87",
- "/projects/f24r1/environments/nkuxv/assets/3oes7"
], - "action": "back_up",
- "template_versions": [
- "qt4it",
- "l0oy0"
], - "run_as": "sequential",
- "name": "quia"
}, - {
- "type": "wait",
- "name": "consectetur"
}, - {
- "type": "workflow",
- "target": "/projects/qbh8h/workflows/fi73b",
- "version": null,
- "name": "dolor",
- "start_time": "2025-12-11T23:09:12Z"
}, - {
- "run_as": "parallel",
- "name": "consequatur",
- "children": [
- {
- "type": "change",
- "target": "/projects/d0idu/environments/high2/assets/ayihs",
- "action": "synthesize",
- "template_version": "im69i",
- "name": "quia",
- "start_time": "2025-12-11T23:09:12Z"
}, - {
- "type": "wait",
- "name": "deserunt"
}, - {
- "type": "workflow",
- "target": "/projects/sjr06/workflows/6xhjz",
- "version": null,
- "name": "quas",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "nulla",
- "children": [
- {
- "type": "change",
- "target": "/projects/cldnh/environments/banwa/assets/dxc4k",
- "action": "input",
- "template_version": "d7j5q",
- "name": "in",
- "start_time": "2025-12-11T23:09:13Z"
}, - {
- "type": "wait",
- "name": "in"
}, - {
- "type": "workflow",
- "target": "/projects/be6lo/workflows/zdgjr",
- "version": null,
- "name": "ut",
- "start_time": null
}
]
}
], - "draft": true
}
}
}{- "data": {
- "id": "ff58e27d-db0a-4b7f-8d9c-d5edf3266038",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "new workflow name",
- "description": "new description",
- "draft": true,
- "archived": false,
- "created_by": "sherice.vonrueden",
- "created_at": "2025-12-10T23:11:45.290411Z",
- "updated_at": "2025-12-10T23:11:45.359073Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "type": "change",
- "targets": [
- "/projects/z0out/environments/ab3rm/assets/ikx87",
- "/projects/f24r1/environments/nkuxv/assets/3oes7"
], - "action": "back_up",
- "template_versions": [
- "qt4it",
- "l0oy0"
], - "run_as": "sequential",
- "name": "quia"
}, - {
- "type": "wait",
- "name": "consectetur"
}, - {
- "type": "workflow",
- "target": "/projects/qbh8h/workflows/fi73b",
- "version": null,
- "name": "dolor",
- "start_time": "2025-12-11T23:09:12Z"
}, - {
- "run_as": "parallel",
- "name": "consequatur",
- "children": [
- {
- "type": "change",
- "target": "/projects/d0idu/environments/high2/assets/ayihs",
- "action": "synthesize",
- "template_version": "im69i",
- "name": "quia",
- "start_time": "2025-12-11T23:09:12Z"
}, - {
- "type": "wait",
- "name": "deserunt"
}, - {
- "type": "workflow",
- "target": "/projects/sjr06/workflows/6xhjz",
- "version": null,
- "name": "quas",
- "start_time": null
}
]
}, - {
- "run_as": "sequential",
- "name": "nulla",
- "children": [
- {
- "type": "change",
- "target": "/projects/cldnh/environments/banwa/assets/dxc4k",
- "action": "input",
- "template_version": "d7j5q",
- "name": "in",
- "start_time": "2025-12-11T23:09:13Z"
}, - {
- "type": "wait",
- "name": "in"
}, - {
- "type": "workflow",
- "target": "/projects/be6lo/workflows/zdgjr",
- "version": null,
- "name": "ut",
- "start_time": null
}
]
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "527f264b-0256-479f-82cb-ae62e7d4d504",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
}Delete or archive a workflow version.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| version required | string Example: 2 version |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find WorkflowVersion"
}
}
]
}Endpoints to interact with properties.
Shows the current properties JSON and its version.
| properties_id required | string Example: c83215ca-765e-4dff-a8fd-1b865873b0f1 properties id |
{- "data": {
- "id": "3e642ccd-71b1-4847-8edf-92ae998e10fa",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-12-10T23:10:07.191496Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/3e642ccd-71b1-4847-8edf-92ae998e10fa",
- "current_version": "/api/properties/3e642ccd-71b1-4847-8edf-92ae998e10fa/versions/1",
- "versions": "/api/properties/3e642ccd-71b1-4847-8edf-92ae998e10fa/versions"
}
}
}Updates a properties JSON if the included version matches the current properties version.
| id_to_update required | string Example: c83215ca-765e-4dff-a8fd-1b865873b0f1 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1
}
}
}{- "data": {
- "id": "49e5915f-44fe-4fd5-bc32-e4b8ff487cea",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2025-12-10T23:10:07.582852Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/49e5915f-44fe-4fd5-bc32-e4b8ff487cea",
- "current_version": "/api/properties/49e5915f-44fe-4fd5-bc32-e4b8ff487cea/versions/2",
- "versions": "/api/properties/49e5915f-44fe-4fd5-bc32-e4b8ff487cea/versions"
}
}
}Updates a properties JSON, without any version checking (always updates).
| id_to_set required | string Example: c83215ca-765e-4dff-a8fd-1b865873b0f1 properties id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}
}{- "data": {
- "id": "b6d746d7-f02c-4b33-8c40-e6006e2ec4e4",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with updated value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 2,
- "created_at": "2025-12-10T23:10:08.920668Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/b6d746d7-f02c-4b33-8c40-e6006e2ec4e4",
- "current_version": "/api/properties/b6d746d7-f02c-4b33-8c40-e6006e2ec4e4/versions/2",
- "versions": "/api/properties/b6d746d7-f02c-4b33-8c40-e6006e2ec4e4/versions"
}
}
}Update a file property in the properties.
| properties_id required | string Example: c83215ca-765e-4dff-a8fd-1b865873b0f1 properties id |
| file_path | string (Path to write the file within /opt/opschain) |
| mode | string (Linux octal file mode) |
| format | string (Valid values are 'raw' (default), 'json' or 'base64') |
| replace_file | string (Replace the file property if it exists (default: false)) |
| secret_path | string (Path to write the secret key into) |
| secret_key | string |
| replace_secret | string (Replace the secret vault value if it exists (default: false)) |
| file | string <binary> File to use. The filename is ignored. |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="mode" 0600 ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file_path" /opt/opschain/sample.txt ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="format" raw ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="replace_file" true ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="sample.txt" content-type: text/plain content-length: 21 Sample file property ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "d0d8c448-870b-4a7d-8598-cdbd61c9b246",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "opschain": {
- "files": {
- "/opt/opschain/sample.txt": {
- "mode": "0600",
- "format": "raw",
- "content": "Sample file property\n"
}
}
}
}, - "version": 2,
- "created_at": "2025-12-10T23:10:09.490730Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/properties/d0d8c448-870b-4a7d-8598-cdbd61c9b246",
- "current_version": "/api/properties/d0d8c448-870b-4a7d-8598-cdbd61c9b246/versions/2",
- "versions": "/api/properties/d0d8c448-870b-4a7d-8598-cdbd61c9b246/versions"
}
}
}Endpoints to interact with the version history for properties.
Lists all versions of an OpsChain properties.
| properties_id required | string Example: c83215ca-765e-4dff-a8fd-1b865873b0f1 properties id |
{- "data": [
- {
- "id": "f7e3f4f4-a5c0-4eb6-91b9-cf4067ba90b7",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-12-10T23:10:09.690181Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "50e6ef83-4243-437d-b3c5-58bdb3433d48",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/50e6ef83-4243-437d-b3c5-58bdb3433d48"
}
}
}, - "links": {
- "versions": "/api/properties/50e6ef83-4243-437d-b3c5-58bdb3433d48/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/50e6ef83-4243-437d-b3c5-58bdb3433d48/versions/1"
}, - "meta": { }
}
]
}Shows the properties JSON for this properties version.
| properties_id required | string Example: c83215ca-765e-4dff-a8fd-1b865873b0f1 properties id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "b6bd84cc-a4d5-43aa-b9e9-8d45e88fa25f",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-12-10T23:10:10.131316Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "61e1c725-45f0-4ab0-a2a2-9d72a2e5db95",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/61e1c725-45f0-4ab0-a2a2-9d72a2e5db95"
}
}
}, - "links": {
- "versions": "/api/properties/61e1c725-45f0-4ab0-a2a2-9d72a2e5db95/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/61e1c725-45f0-4ab0-a2a2-9d72a2e5db95/versions/1"
}, - "meta": { }
}
}Endpoints to interact with changes.
Lists all changes.
| filter[<query/sort filter>]= | |
| download | string Example: download=changes.csv Download changes in CSV format with the specified file name. The changes will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": [
- {
- "id": "11510017-7765-4200-bcc7-a6f57bed53e1",
- "type": "change",
- "attributes": {
- "created_by": "trent_dooley",
- "name": "bypass",
- "action": "bypass",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "bandwidth": "programming"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2025-12-10T23:09:34.607603Z",
- "started_at": "2025-12-10T22:59:42.369287Z",
- "finished_at": "2025-12-10T23:07:09.126480Z",
- "updated_at": "2025-12-10T23:09:34.619205Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "1f81805e35a3c5826995b0e3a52b533274b15b19",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "08f90931-92f0-4eb5-b216-3fc0932c3f5c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/08f90931-92f0-4eb5-b216-3fc0932c3f5c"
}
}, - "parents": {
- "data": [
- {
- "id": "fa4bd0b0-25fb-4f6a-b62a-0575bb8b1f4e",
- "type": "project"
}, - {
- "id": "58cee508-f2c9-4a31-bbf6-6bc8d231ab59",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "c0cff5fc-c75b-4812-9a87-317b363a4265",
- "type": "step"
}, - "links": {
- "related": "/api/steps/c0cff5fc-c75b-4812-9a87-317b363a4265"
}
}, - "steps": {
- "data": [
- {
- "id": "c0cff5fc-c75b-4812-9a87-317b363a4265",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "0fe66ba0-7f97-415d-a8af-af07d1a46b35",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0fe66ba0-7f97-415d-a8af-af07d1a46b35"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/6ccdaa12-601f-4345-9f68-a46a78e580dc",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/11510017-7765-4200-bcc7-a6f57bed53e1",
- "log_lines": "/api/changes/11510017-7765-4200-bcc7-a6f57bed53e1/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "c0cff5fc-c75b-4812-9a87-317b363a4265",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "bypass",
- "name": "bypass",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "11510017-7765-4200-bcc7-a6f57bed53e1",
- "skip_on_retry": false,
- "created_at": "2025-12-10T22:58:42.369287Z",
- "started_at": "2025-12-10T22:59:42.369287Z",
- "finished_at": "2025-12-10T23:07:09.126480Z",
- "updated_at": "2025-12-10T23:09:34.619205Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "08f90931-92f0-4eb5-b216-3fc0932c3f5c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/08f90931-92f0-4eb5-b216-3fc0932c3f5c"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "4e109963-37b3-44ed-9ddb-e7db0bc8ddaf",
- "type": "properties_version"
}, - {
- "id": "b4f7f277-2be4-4671-8783-b82c12e78ff4",
- "type": "properties_version"
}, - {
- "id": "fe57ff54-18c8-414a-9a0f-9c1c764d110f",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "11510017-7765-4200-bcc7-a6f57bed53e1",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/11510017-7765-4200-bcc7-a6f57bed53e1",
- "change": "/api/projects/opc/environments/dev/changes/11510017-7765-4200-bcc7-a6f57bed53e1",
- "log_lines": "/api/steps/c0cff5fc-c75b-4812-9a87-317b363a4265/log_lines",
- "self": "/api/steps/c0cff5fc-c75b-4812-9a87-317b363a4265"
}, - "meta": { }
}, - {
- "id": "fa4bd0b0-25fb-4f6a-b62a-0575bb8b1f4e",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "huey",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a20a3aa9-2033-4084-a6ce-d84d7138d30f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a20a3aa9-2033-4084-a6ce-d84d7138d30f"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "4721a218-52b9-4fd0-9c9f-4bbb22e9dfdb",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/4721a218-52b9-4fd0-9c9f-4bbb22e9dfdb"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "58cee508-f2c9-4a31-bbf6-6bc8d231ab59",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "crista_ritchie"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "68a4902b-1428-4eea-ac0d-bf83fc554e2c",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/68a4902b-1428-4eea-ac0d-bf83fc554e2c"
}
}, - "parents": {
- "data": [
- {
- "id": "fa4bd0b0-25fb-4f6a-b62a-0575bb8b1f4e",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "51599c5f-6f33-47c8-a61e-c357e64d8272",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/51599c5f-6f33-47c8-a61e-c357e64d8272"
}
}, - "project": {
- "data": {
- "id": "fa4bd0b0-25fb-4f6a-b62a-0575bb8b1f4e",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true
}
}Creates a change in a specific project, environment or asset.
Notes:
changes path
(e.g. POST to /api/projects/{project_code}/changes) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/changes)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.required | object |
{- "data": {
- "attributes": {
- "metadata": {
- "capacitor": "compressing"
}, - "scheduled_activity_id": null,
- "build_without_cache": false,
- "pod_per_step": true,
- "action_path": null,
- "property_overrides": null,
- "action": "transmit",
- "parent_path": "/projects/opc/environments/dev/assets/env_soa",
- "template_version": "2023_Q4_2"
}
}
}{- "data": {
- "id": "6d331a53-1251-4c83-86d5-8ca601396033",
- "type": "change",
- "attributes": {
- "created_by": "houston",
- "name": null,
- "action": "input",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "firewall": "connecting"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "initializing",
- "mintmodel_change": false,
- "created_at": "2025-12-10T23:09:35.829934Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:09:35.850093Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": null,
- "requires_approval_from": "opschain"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "94bbbe82-5957-402c-b3cb-fb38dc3af327",
- "type": "project"
}, - {
- "id": "5ed5ac18-caa3-4c69-b80f-cb4ddc182116",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "ff5e58e5-ce24-4065-877a-7f4322f483d7",
- "type": "step"
}, - "links": {
- "related": "/api/steps/ff5e58e5-ce24-4065-877a-7f4322f483d7"
}
}, - "steps": {
- "data": [
- {
- "id": "ff5e58e5-ce24-4065-877a-7f4322f483d7",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "a8a9db3a-7e66-4365-9abe-2ed970064512",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a8a9db3a-7e66-4365-9abe-2ed970064512"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/83292ce1-bd36-4c5b-a5c1-193d81f79290",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/6d331a53-1251-4c83-86d5-8ca601396033",
- "log_lines": "/api/changes/6d331a53-1251-4c83-86d5-8ca601396033/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "ff5e58e5-ce24-4065-877a-7f4322f483d7",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "opschain",
- "action": "input",
- "name": null,
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "6d331a53-1251-4c83-86d5-8ca601396033",
- "skip_on_retry": false,
- "created_at": "2025-12-10T23:09:35.837006Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:09:35.850093Z",
- "status_code": "initializing"
}, - "relationships": {
- "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [ ]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "6d331a53-1251-4c83-86d5-8ca601396033",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/6d331a53-1251-4c83-86d5-8ca601396033",
- "change": "/api/projects/opc/environments/dev/changes/6d331a53-1251-4c83-86d5-8ca601396033",
- "log_lines": "/api/steps/ff5e58e5-ce24-4065-877a-7f4322f483d7/log_lines",
- "self": "/api/steps/ff5e58e5-ce24-4065-877a-7f4322f483d7"
}, - "meta": { }
}
]
}Shows a change, including it's parent nodes.
| change_id required | string Example: a4ca36a4-78fa-4e40-a198-e557295dbb5b change id |
| include | string Example: include=steps,parents Include the change steps and parents in the response |
{- "data": {
- "id": "9b0c3221-1ce8-4c98-9cec-62d915d37018",
- "type": "change",
- "attributes": {
- "created_by": "sheldon_fay",
- "name": "copy",
- "action": "copy",
- "build_without_cache": false,
- "initial_step_tree": { },
- "metadata": {
- "panel": "parsing"
}, - "scheduled": false,
- "approved_by": [ ],
- "rejected_by": [ ],
- "cancelled_by": null,
- "status_code": "success",
- "mintmodel_change": false,
- "created_at": "2025-12-10T23:09:36.712579Z",
- "started_at": "2025-12-10T23:03:17.857512Z",
- "finished_at": "2025-12-10T23:04:09.929575Z",
- "updated_at": "2025-12-10T23:09:36.720857Z",
- "asset_name": null,
- "environment_name": "Development",
- "project_name": "OpsChain",
- "git_remote_name": "github",
- "git_rev": "main",
- "commit_sha": "9e295412659bfeb49e513d4eb6a61ca7b458a204",
- "requires_approval_from": null
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0f44ca81-9dd2-4ada-8688-b779c13b202e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0f44ca81-9dd2-4ada-8688-b779c13b202e"
}
}, - "parents": {
- "data": [
- {
- "id": "6c4991c8-8dca-44b9-aa01-fe244592b539",
- "type": "project"
}, - {
- "id": "67ed588b-47e2-451a-bcb4-a66c221b144f",
- "type": "environment"
}
]
}, - "root_step": {
- "data": {
- "id": "69d199da-711d-4768-b448-a4ae23f515ac",
- "type": "step"
}, - "links": {
- "related": "/api/steps/69d199da-711d-4768-b448-a4ae23f515ac"
}
}, - "steps": {
- "data": [
- {
- "id": "69d199da-711d-4768-b448-a4ae23f515ac",
- "type": "step"
}
]
}, - "workflow_run": {
- "data": null
}, - "workflow": {
- "data": null
}, - "override_properties": {
- "data": {
- "id": "03352241-08d8-4aad-8ba9-1a084d2be467",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/03352241-08d8-4aad-8ba9-1a084d2be467"
}
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/0df022ca-4336-4451-8053-e8c3208c7cba",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/projects/opc/environments/dev/changes/9b0c3221-1ce8-4c98-9cec-62d915d37018",
- "log_lines": "/api/changes/9b0c3221-1ce8-4c98-9cec-62d915d37018/log_lines"
}, - "meta": {
- "parallel_changes_allowed": true,
- "parallel_runs_of_same_change_allowed": false,
- "blocked_by_change_in_same_parent": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "69d199da-711d-4768-b448-a4ae23f515ac",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "copy",
- "name": "copy",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "9b0c3221-1ce8-4c98-9cec-62d915d37018",
- "skip_on_retry": false,
- "created_at": "2025-12-10T23:02:17.857512Z",
- "started_at": "2025-12-10T23:03:17.857512Z",
- "finished_at": "2025-12-10T23:04:09.929575Z",
- "updated_at": "2025-12-10T23:09:36.720857Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0f44ca81-9dd2-4ada-8688-b779c13b202e",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0f44ca81-9dd2-4ada-8688-b779c13b202e"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "87e7fbb0-455e-4a95-bd0a-02c1f4af86ca",
- "type": "properties_version"
}, - {
- "id": "d464ee2a-55cf-462d-9518-4935a58b8229",
- "type": "properties_version"
}, - {
- "id": "8f457753-dbc3-49e3-b260-7faa09a9d099",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "9b0c3221-1ce8-4c98-9cec-62d915d37018",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/9b0c3221-1ce8-4c98-9cec-62d915d37018",
- "change": "/api/projects/opc/environments/dev/changes/9b0c3221-1ce8-4c98-9cec-62d915d37018",
- "log_lines": "/api/steps/69d199da-711d-4768-b448-a4ae23f515ac/log_lines",
- "self": "/api/steps/69d199da-711d-4768-b448-a4ae23f515ac"
}, - "meta": { }
}, - {
- "id": "6c4991c8-8dca-44b9-aa01-fe244592b539",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "hunter",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "110be7ee-0cc5-40f2-8929-928deb083f51",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/110be7ee-0cc5-40f2-8929-928deb083f51"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "2cd43dad-d794-4938-8579-6dd13da28c2b",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/2cd43dad-d794-4938-8579-6dd13da28c2b"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "67ed588b-47e2-451a-bcb4-a66c221b144f",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "lloyd.haley"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "29fbbe61-0ee0-4ea6-9c3b-b1ecfea300f8",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/29fbbe61-0ee0-4ea6-9c3b-b1ecfea300f8"
}
}, - "parents": {
- "data": [
- {
- "id": "6c4991c8-8dca-44b9-aa01-fe244592b539",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "fbdfca6c-18b7-4d05-a499-e017f51e1fdf",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/fbdfca6c-18b7-4d05-a499-e017f51e1fdf"
}
}, - "project": {
- "data": {
- "id": "6c4991c8-8dca-44b9-aa01-fe244592b539",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Converge the root step properties for a change.
The optional action_stage argument can be:
| change_id required | string Example: a4ca36a4-78fa-4e40-a198-e557295dbb5b change id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "parse (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "card": "hacking"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "a5e823ae-edfb-4c18-835c-55fb44d7ab8a",
- "type": "properties_version"
}, - {
- "id": "2e865a1a-3a16-4d64-8198-3810ada5f682",
- "type": "properties_version"
}, - {
- "id": "6fb1570e-f87b-44f0-8278-2e69dd4478d1",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "card": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "a5e823ae-edfb-4c18-835c-55fb44d7ab8a",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-12-10T23:09:38.242267Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "0b9925a2-037f-41bb-b905-3a6b51d8641f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/0b9925a2-037f-41bb-b905-3a6b51d8641f"
}
}
}, - "links": {
- "versions": "/api/properties/0b9925a2-037f-41bb-b905-3a6b51d8641f/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/0b9925a2-037f-41bb-b905-3a6b51d8641f/versions/1"
}, - "meta": { }
}, - {
- "id": "2e865a1a-3a16-4d64-8198-3810ada5f682",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-12-10T23:09:38.282679Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "539fd5cf-9986-4618-99de-b4f668a17d34",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/539fd5cf-9986-4618-99de-b4f668a17d34"
}
}
}, - "links": {
- "versions": "/api/properties/539fd5cf-9986-4618-99de-b4f668a17d34/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/539fd5cf-9986-4618-99de-b4f668a17d34/versions/1"
}, - "meta": { }
}, - {
- "id": "6fb1570e-f87b-44f0-8278-2e69dd4478d1",
- "type": "properties_version",
- "attributes": {
- "data": {
- "card": "hacking"
}, - "version": 1,
- "created_at": "2025-12-10T23:09:38.400459Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "63c7e3c2-11a4-4ae4-a39f-2e902f09f48f",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/63c7e3c2-11a4-4ae4-a39f-2e902f09f48f"
}
}
}, - "links": {
- "versions": "/api/properties/63c7e3c2-11a4-4ae4-a39f-2e902f09f48f/versions",
- "owner": "/api/projects/opc/environments/dev/changes/034320fc-a527-4217-ae5f-ee437e8979ac",
- "self": "/api/properties/63c7e3c2-11a4-4ae4-a39f-2e902f09f48f/versions/1"
}, - "meta": { }
}
]
}Converge the properties for a step.
The optional action_stage argument can be:
| step_id required | string Example: 1e3cb2eb-bbd7-44fe-80b5-04930f7ac988 step id |
| action_stage | string Example: action_stage=pre Converge the pre or post action properties |
{- "data": {
- "id": "generate (post)",
- "type": "converged_properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "alarm": "calculating"
}
}, - "relationships": {
- "repository_properties": {
- "data": [ ]
}, - "properties": {
- "data": [
- {
- "id": "961b5647-15e3-49fb-87ce-2d483e300fe5",
- "type": "properties_version"
}, - {
- "id": "afd40e6a-aa99-4eb9-b1c5-2aa2248e0922",
- "type": "properties_version"
}, - {
- "id": "018dea2c-41cf-48a1-8230-61c14db64f58",
- "type": "properties_version"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev/converged_properties"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "alarm": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "961b5647-15e3-49fb-87ce-2d483e300fe5",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-12-10T23:10:24.967924Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f5c00670-c18b-4d5c-9f5e-de92eee99200",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f5c00670-c18b-4d5c-9f5e-de92eee99200"
}
}
}, - "links": {
- "versions": "/api/properties/f5c00670-c18b-4d5c-9f5e-de92eee99200/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/f5c00670-c18b-4d5c-9f5e-de92eee99200/versions/1"
}, - "meta": { }
}, - {
- "id": "afd40e6a-aa99-4eb9-b1c5-2aa2248e0922",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-12-10T23:10:25.009805Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "00c45734-9943-4cc3-8806-cd6bc2546a3a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/00c45734-9943-4cc3-8806-cd6bc2546a3a"
}
}
}, - "links": {
- "versions": "/api/properties/00c45734-9943-4cc3-8806-cd6bc2546a3a/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/00c45734-9943-4cc3-8806-cd6bc2546a3a/versions/1"
}, - "meta": { }
}, - {
- "id": "018dea2c-41cf-48a1-8230-61c14db64f58",
- "type": "properties_version",
- "attributes": {
- "data": {
- "alarm": "calculating"
}, - "version": 1,
- "created_at": "2025-12-10T23:10:25.128774Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c292c7f7-6b30-4918-8e28-abc3ce642b0a",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c292c7f7-6b30-4918-8e28-abc3ce642b0a"
}
}
}, - "links": {
- "versions": "/api/properties/c292c7f7-6b30-4918-8e28-abc3ce642b0a/versions",
- "owner": "/api/projects/opc/environments/dev/changes/a3602147-ded6-44df-b78f-31bfbfe27593",
- "self": "/api/properties/c292c7f7-6b30-4918-8e28-abc3ce642b0a/versions/1"
}, - "meta": { }
}
]
}Lists all scheduled activities.
| filter[<query/sort filter>]= | |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": [
- {
- "id": "3d5d5289-05c5-4240-a6ea-afae6b160410",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "nyla.jast",
- "cron_schedule": "3 14 6 5 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "array": "navigating"
}, - "property_overrides": {
- "array": "indexing"
}, - "created_at": "2025-12-10T23:09:24.929519Z",
- "updated_at": "2025-12-10T23:09:24.929519Z",
- "next_run_at": "2026-05-06T04:03:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "generate",
- "new_commits_only": true,
- "git_rev": "open-source",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "b697cd3f-e4a3-4f54-b118-82a13214f641",
- "type": "project"
}, - {
- "id": "d0834773-c993-43c5-bc68-5f3d011d61a4",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/cfcd9902-d9da-44b6-a182-9ff83e4141fb",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/3d5d5289-05c5-4240-a6ea-afae6b160410"
}
}, - {
- "id": "7ec622d2-1cad-4805-973b-4427550f1a49",
- "type": "scheduled_workflow",
- "attributes": {
- "created_by": "cammy_rempel",
- "cron_schedule": "49 20 19 7 5",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "transmitter": "navigating"
}, - "property_overrides": {
- "capacitor": "compressing"
}, - "created_at": "2025-12-10T23:09:25.273786Z",
- "updated_at": "2025-12-10T23:09:25.273786Z",
- "next_run_at": "2026-07-03T10:49:00.000000Z",
- "run_at": null,
- "end_at": null,
- "workflow_code": "assets",
- "version": 2,
- "project_name": "OpsChain",
- "project_code": "opc"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "b697cd3f-e4a3-4f54-b118-82a13214f641",
- "type": "project"
}
]
}
}, - "links": {
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc",
- "self": "/api/scheduled_activities/7ec622d2-1cad-4805-973b-4427550f1a49",
- "workflow": "/api/projects/opc/workflows/assets",
- "workflow_version": "/api/projects/opc/workflows/assets/versions/2"
}
}
], - "included": [
- {
- "id": "b697cd3f-e4a3-4f54-b118-82a13214f641",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "eugenio",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b8826fc0-a5a5-4908-a330-362f0ef1b474",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b8826fc0-a5a5-4908-a330-362f0ef1b474"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "13e8ea7e-6b9e-46ce-b076-b2e218dc71bb",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/13e8ea7e-6b9e-46ce-b076-b2e218dc71bb"
}
}, - "children": {
- "data": [
- {
- "id": "d0834773-c993-43c5-bc68-5f3d011d61a4",
- "type": "environment"
}, - {
- "id": "b42116d0-8419-4434-8bff-e62341aaac91",
- "type": "asset"
}, - {
- "id": "d4e466bc-8ce2-4b2f-92dd-152d04632a4c",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "d0834773-c993-43c5-bc68-5f3d011d61a4",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "twanna"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3b4ddf02-c3b6-42ad-a564-10772462ac21",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3b4ddf02-c3b6-42ad-a564-10772462ac21"
}
}, - "parents": {
- "data": [
- {
- "id": "b697cd3f-e4a3-4f54-b118-82a13214f641",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "b8c10fc5-eca3-45e4-93fc-ae45ba7b2bd1",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/b8c10fc5-eca3-45e4-93fc-ae45ba7b2bd1"
}
}, - "project": {
- "data": {
- "id": "b697cd3f-e4a3-4f54-b118-82a13214f641",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Creates a scheduled activity in a specific project, environment or asset.
Notes:
When creating scheduled activities via a project, environment or asset scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path.
When creating scheduled activities for assets (e.g. POST to /api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.
See the various payload examples to understand the required fields for each possible request to this endpoint.
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "39 22 25 2 1",
- "new_commits_only": false,
- "repeat": true,
- "metadata": {
- "array": "compressing"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "array": "navigating"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "ba7a215e-921d-4b87-9713-3edd769eb09f",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "ned.monahan",
- "cron_schedule": "12 14 17 6 4",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "circuit": "copying"
}, - "property_overrides": {
- "protocol": "quantifying"
}, - "created_at": "2025-12-10T23:09:26.234755Z",
- "updated_at": "2025-12-10T23:09:26.234755Z",
- "next_run_at": "2026-06-04T04:12:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "different_action",
- "new_commits_only": true,
- "git_rev": "redundant",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "7f0ed514-b33c-4623-aec8-8ea8bdf398e6",
- "type": "project"
}, - {
- "id": "6fd79cf5-f542-4b2a-88f0-1d555eabe6ad",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/e6f49bf8-6708-4a8c-abcf-45b6e6005279",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/ba7a215e-921d-4b87-9713-3edd769eb09f"
}
}
}Shows a scheduled activity.
| scheduled_change_id required | string Example: 9ccb83f3-0576-4781-be58-9a69f8309af7 scheduled change id |
| include | string Example: include=parents Include the scheduled change parents in the response |
{- "data": {
- "id": "9f6c166d-b83e-4021-ad71-46f6bb7ad80d",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "rashad_schimmel",
- "cron_schedule": "14 7 16 7 *",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": null,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "pixel": "overriding"
}, - "property_overrides": {
- "protocol": "copying"
}, - "created_at": "2025-12-10T23:09:27.021165Z",
- "updated_at": "2025-12-10T23:09:27.021165Z",
- "next_run_at": "2026-07-15T21:14:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "hack",
- "new_commits_only": false,
- "git_rev": "wireless",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "febf8621-5dae-4519-aa31-4d1216fc3411",
- "type": "project"
}, - {
- "id": "e3f431ff-29f9-40b5-8614-da5ab7f49e1f",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/fb8bf9b5-213a-42d8-a041-113ae44a0f91",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/9f6c166d-b83e-4021-ad71-46f6bb7ad80d"
}
}, - "included": [
- {
- "id": "febf8621-5dae-4519-aa31-4d1216fc3411",
- "type": "project",
- "attributes": {
- "code": "opc",
- "name": "OpsChain",
- "description": "OpsChain project",
- "archived": false,
- "created_by": "verda",
- "project_type": "Enterprise"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "f233af60-fccb-4be4-9606-75c8a64f6a64",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/f233af60-fccb-4be4-9606-75c8a64f6a64"
}
}, - "parents": {
- "data": [ ]
}, - "settings": {
- "data": {
- "id": "1a4d0083-2473-4907-a5a1-fbcc367410b0",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/1a4d0083-2473-4907-a5a1-fbcc367410b0"
}
}, - "children": {
- "data": [
- {
- "id": "e3f431ff-29f9-40b5-8614-da5ab7f49e1f",
- "type": "environment"
}, - {
- "id": "198e13cd-fce6-478a-aec5-461ddf172b94",
- "type": "asset"
}, - {
- "id": "fb834c68-9054-4add-ab1c-1f995bf93781",
- "type": "asset"
}
]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc",
- "bookmarks": "/api/projects/opc/bookmarks",
- "changes": "/api/projects/opc/changes",
- "scheduled_activities": "/api/projects/opc/scheduled_activities",
- "git_remotes": "/api/projects/opc/git_remotes",
- "workflows": "/api/projects/opc/workflows",
- "workflow_runs": "/api/projects/opc/workflow_runs",
- "templates": "/api/projects/opc/templates",
- "environments": "/api/projects/opc/environments",
- "assets": "/api/projects/opc/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": true,
- "requires_template": false,
- "child_node_types": [
- "environment",
- "asset"
], - "can_have_workflows": true,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "git_remotes": {
- "read": true,
- "update": true
}, - "templates": {
- "read": true,
- "update": true
}, - "workflows": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "workflow_runs": {
- "read": true,
- "execute": true
}, - "environments": {
- "read": true,
- "update": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}, - {
- "id": "e3f431ff-29f9-40b5-8614-da5ab7f49e1f",
- "type": "environment",
- "attributes": {
- "code": "dev",
- "name": "Development",
- "description": "OpsChain development environment",
- "archived": false,
- "created_by": "monet.rau"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "a1b6de8c-d530-4095-b1cc-ce40083b8cfb",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/a1b6de8c-d530-4095-b1cc-ce40083b8cfb"
}
}, - "parents": {
- "data": [
- {
- "id": "febf8621-5dae-4519-aa31-4d1216fc3411",
- "type": "project"
}
]
}, - "settings": {
- "data": {
- "id": "f4931278-fcbb-4235-8e71-8d3627f2c150",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/f4931278-fcbb-4235-8e71-8d3627f2c150"
}
}, - "project": {
- "data": {
- "id": "febf8621-5dae-4519-aa31-4d1216fc3411",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}, - "children": {
- "data": [ ]
}, - "bookmarks": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/environments/dev",
- "bookmarks": "/api/projects/opc/environments/dev/bookmarks",
- "changes": "/api/projects/opc/environments/dev/changes",
- "scheduled_activities": "/api/projects/opc/environments/dev/scheduled_activities",
- "parent": "/api/projects/opc",
- "assets": "/api/projects/opc/environments/dev/assets"
}, - "meta": {
- "can_have_changes": true,
- "can_have_children": true,
- "can_have_properties": true,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [
- "asset"
], - "can_have_workflows": false,
- "authorisations": {
- "properties": {
- "read": true,
- "update": true
}, - "settings": {
- "read": true,
- "update": true
}, - "scheduled_activities": {
- "read": true,
- "update": true
}, - "changes": {
- "read": true,
- "execute": true
}, - "assets": {
- "read": true,
- "update": true
}, - "secrets": {
- "settings": false,
- "properties": false,
- "mintmodel": false
}, - "self": {
- "update": true
}
}
}
}
]
}Updates a scheduled activity in a specific project, environment or asset.
Notes:
scheduled_activities path
(e.g. POST to /api/projects/{project_code}/scheduled_activities) the parent_path request attributes must not be supplied
as the parent will be derived from the path./api/projects/{project_code}/assets/{asset_code}/scheduled_activities)
the git_remote_name and git_rev attributes must not be supplied as the Git remote and revision will be
derived from the asset's template.| scheduled_change_id required | string Example: 9ccb83f3-0576-4781-be58-9a69f8309af7 scheduled change id |
required | object |
{- "data": {
- "attributes": {
- "git_rev": "master",
- "action": "install_os",
- "cron_schedule": "47 7 9 6 6",
- "new_commits_only": true,
- "repeat": true,
- "metadata": {
- "panel": "navigating"
}, - "run_at": null,
- "run_count": 0,
- "maximum_run_count": null,
- "end_at": null,
- "allow_parallel_execution": false,
- "property_overrides": {
- "capacitor": "calculating"
}, - "parent_path": "/projects/opc/environments/dev",
- "git_remote_name": "github"
}
}
}{- "data": {
- "id": "16810ed4-53db-4c9a-9ff4-d1a0ca09aea7",
- "type": "scheduled_change",
- "attributes": {
- "created_by": "tyree",
- "cron_schedule": "28 16 26 8 1",
- "repeat": true,
- "run_count": 0,
- "maximum_run_count": 5,
- "enabled": true,
- "allow_parallel_execution": false,
- "metadata": {
- "firewall": "transmitting"
}, - "property_overrides": {
- "new": "property",
- "value": "overrides"
}, - "created_at": "2025-12-10T23:09:28.286861Z",
- "updated_at": "2025-12-10T23:09:28.642038Z",
- "next_run_at": "2026-08-03T06:28:00.000000Z",
- "run_at": null,
- "end_at": null,
- "action": "new_action",
- "new_commits_only": false,
- "git_rev": "neural",
- "project_name": "OpsChain",
- "project_code": "opc",
- "asset_code": null,
- "asset_name": null,
- "environment_code": "dev",
- "environment_name": "Development",
- "git_remote_name": "github"
}, - "relationships": {
- "parents": {
- "data": [
- {
- "id": "d6496da4-feff-442a-be4e-f3cd37996f1d",
- "type": "project"
}, - {
- "id": "97ee323c-a4c0-4bfb-aa05-60019bb85191",
- "type": "environment"
}
]
}
}, - "links": {
- "git_remote": "/api/projects/opc/git_remotes/739461fd-3bdd-4777-824c-4a2c41c32a5e",
- "project": "/api/projects/opc",
- "parent": "/api/projects/opc/environments/dev",
- "self": "/api/scheduled_activities/16810ed4-53db-4c9a-9ff4-d1a0ca09aea7"
}
}
}Delete a scheduled activity.
| scheduled_change_id required | string Example: 9ccb83f3-0576-4781-be58-9a69f8309af7 scheduled change id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find BaseScheduledActivity"
}
}
]
}Endpoints to interact with change steps.
{- "data": [
- {
- "id": "a6645eac-4eac-4531-9aa1-2eab9f411da4",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "synthesize",
- "name": "synthesize",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "19f11c9e-0cad-4308-8a3e-7e0af55b00e3",
- "skip_on_retry": false,
- "created_at": "2025-12-10T23:00:44.516997Z",
- "started_at": "2025-12-10T23:01:44.516997Z",
- "finished_at": "2025-12-10T23:06:42.143637Z",
- "updated_at": "2025-12-10T23:10:16.281416Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b650f3f4-f51c-45d7-b669-b37f1ce95dc3",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b650f3f4-f51c-45d7-b669-b37f1ce95dc3"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "7fadd636-375c-489c-a326-436e667724e7",
- "type": "properties_version"
}, - {
- "id": "f4f43bbb-c23e-4ef8-9c5a-77e5f7caaace",
- "type": "properties_version"
}, - {
- "id": "44d00796-5c16-4cae-8792-8e5265584a40",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "19f11c9e-0cad-4308-8a3e-7e0af55b00e3",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/19f11c9e-0cad-4308-8a3e-7e0af55b00e3",
- "change": "/api/projects/opc/environments/dev/changes/19f11c9e-0cad-4308-8a3e-7e0af55b00e3",
- "log_lines": "/api/steps/a6645eac-4eac-4531-9aa1-2eab9f411da4/log_lines",
- "self": "/api/steps/a6645eac-4eac-4531-9aa1-2eab9f411da4"
}, - "meta": { }
}
]
}Shows a change step.
| step_id required | string Example: 1e3cb2eb-bbd7-44fe-80b5-04930f7ac988 step id |
{- "data": {
- "id": "552d30d0-856e-4a65-b90f-f88ac0bf90b6",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "index",
- "name": "index",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "3a2fb10c-817d-48dc-af1d-5c6b0969a3c7",
- "skip_on_retry": false,
- "created_at": "2025-12-10T22:59:33.919585Z",
- "started_at": "2025-12-10T23:00:33.919585Z",
- "finished_at": "2025-12-10T23:02:06.233431Z",
- "updated_at": "2025-12-10T23:10:16.752992Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "3607a306-181a-49ed-9a28-16f9a2ba5bc1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3607a306-181a-49ed-9a28-16f9a2ba5bc1"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "7dad71a8-0de1-41ed-b352-31e34fa9bf50",
- "type": "properties_version"
}, - {
- "id": "68ed5586-2268-48ea-9a2e-83733316421d",
- "type": "properties_version"
}, - {
- "id": "42ff9660-a141-415d-be65-098a38118ef6",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "3a2fb10c-817d-48dc-af1d-5c6b0969a3c7",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/3a2fb10c-817d-48dc-af1d-5c6b0969a3c7",
- "change": "/api/projects/opc/environments/dev/changes/3a2fb10c-817d-48dc-af1d-5c6b0969a3c7",
- "log_lines": "/api/steps/552d30d0-856e-4a65-b90f-f88ac0bf90b6/log_lines",
- "self": "/api/steps/552d30d0-856e-4a65-b90f-f88ac0bf90b6"
}, - "meta": {
- "property_sources": {
- "by_property": {
- "any_key": "Project: OpsChain (opc)",
- "another_key": "Project: OpsChain (opc)",
- "nested": {
- "key": "Project: OpsChain (opc)"
}, - "transmitter": "Change: Change properties"
}, - "by_source": { }
}
}
}, - "included": [
- {
- "id": "7dad71a8-0de1-41ed-b352-31e34fa9bf50",
- "type": "properties_version",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}, - "version": 1,
- "created_at": "2025-12-10T23:10:16.523456Z",
- "owner_type": "Project"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2b0f18e7-8799-4510-90dd-48c11230ef50",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2b0f18e7-8799-4510-90dd-48c11230ef50"
}
}
}, - "links": {
- "versions": "/api/properties/2b0f18e7-8799-4510-90dd-48c11230ef50/versions",
- "owner": "/api/projects/opc",
- "self": "/api/properties/2b0f18e7-8799-4510-90dd-48c11230ef50/versions/1"
}, - "meta": { }
}, - {
- "id": "68ed5586-2268-48ea-9a2e-83733316421d",
- "type": "properties_version",
- "attributes": {
- "data": { },
- "version": 1,
- "created_at": "2025-12-10T23:10:16.565412Z",
- "owner_type": "Environment"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c5712df5-9e8a-4cc9-a4bd-522b8ebcead9",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c5712df5-9e8a-4cc9-a4bd-522b8ebcead9"
}
}
}, - "links": {
- "versions": "/api/properties/c5712df5-9e8a-4cc9-a4bd-522b8ebcead9/versions",
- "owner": "/api/projects/opc/environments/dev",
- "self": "/api/properties/c5712df5-9e8a-4cc9-a4bd-522b8ebcead9/versions/1"
}, - "meta": { }
}, - {
- "id": "42ff9660-a141-415d-be65-098a38118ef6",
- "type": "properties_version",
- "attributes": {
- "data": {
- "transmitter": "quantifying"
}, - "version": 1,
- "created_at": "2025-12-10T23:10:16.684774Z",
- "owner_type": "Change"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9b74576b-f427-4eb0-b135-f0e0e88aa603",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9b74576b-f427-4eb0-b135-f0e0e88aa603"
}
}
}, - "links": {
- "versions": "/api/properties/9b74576b-f427-4eb0-b135-f0e0e88aa603/versions",
- "owner": "/api/projects/opc/environments/dev/changes/3a2fb10c-817d-48dc-af1d-5c6b0969a3c7",
- "self": "/api/properties/9b74576b-f427-4eb0-b135-f0e0e88aa603/versions/1"
}, - "meta": { }
}, - {
- "id": "3607a306-181a-49ed-9a28-16f9a2ba5bc1",
- "type": "properties",
- "attributes": {
- "data": {
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}, - "transmitter": "quantifying"
}, - "version": 1,
- "created_at": "2025-12-10T23:10:16.745154Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/steps/552d30d0-856e-4a65-b90f-f88ac0bf90b6"
}
}
}, - "links": {
- "self": "/api/properties/3607a306-181a-49ed-9a28-16f9a2ba5bc1",
- "current_version": "/api/properties/3607a306-181a-49ed-9a28-16f9a2ba5bc1/versions/1",
- "versions": "/api/properties/3607a306-181a-49ed-9a28-16f9a2ba5bc1/versions"
}
}
]
}Update a step to flag it to be skipped on retry.
| step_id required | string Example: 1e3cb2eb-bbd7-44fe-80b5-04930f7ac988 step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "2249e401-1b61-4c58-aa6f-c916470f86ee",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "action": "copy",
- "name": "copy",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "9306835b-0339-4e46-9f71-d42d420344d5",
- "skip_on_retry": true,
- "created_at": "2025-12-10T22:59:36.545006Z",
- "started_at": "2025-12-10T23:00:36.545006Z",
- "finished_at": "2025-12-10T23:03:56.515286Z",
- "updated_at": "2025-12-10T23:10:17.697609Z",
- "status_code": "error"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "2c08444e-3b05-4a42-ae6b-65c288e5715d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/2c08444e-3b05-4a42-ae6b-65c288e5715d"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "5dd95fb4-0970-49e7-8169-a8b1e88dd17b",
- "type": "properties_version"
}, - {
- "id": "2044ed28-8f15-4137-9675-e700668671ce",
- "type": "properties_version"
}, - {
- "id": "888bf65d-a47b-4c2e-8aa8-f2d6bd27ef13",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "9306835b-0339-4e46-9f71-d42d420344d5",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/9306835b-0339-4e46-9f71-d42d420344d5",
- "change": "/api/projects/opc/environments/dev/changes/9306835b-0339-4e46-9f71-d42d420344d5",
- "log_lines": "/api/steps/2249e401-1b61-4c58-aa6f-c916470f86ee/log_lines",
- "self": "/api/steps/2249e401-1b61-4c58-aa6f-c916470f86ee"
}, - "meta": { }
}
}Continues a "waiting" change step.
| step_id required | string Example: 1dec7246-d62d-48b1-9990-6b4ab15aeab5 step id |
object |
{- "data": {
- "attributes": {
- "message": "Manually removed from load balancer."
}
}
}{- "data": {
- "id": "c3c8cb8c-4614-4907-882b-e45e59b8e20d",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "dolly_mills",
- "message": null
}
], - "requires_approval_from": null,
- "action": "synthesize",
- "name": "synthesize",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "62588c02-704c-4063-9a6f-8dcc8b89d5b8",
- "skip_on_retry": false,
- "created_at": "2025-12-10T23:02:04.507325Z",
- "started_at": "2025-12-10T23:03:04.507325Z",
- "finished_at": "2025-12-10T23:10:20.086159Z",
- "updated_at": "2025-12-10T23:10:20.141984Z",
- "status_code": "success"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "b6d7a1c3-2575-4993-981c-4aa9f2c332e6",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b6d7a1c3-2575-4993-981c-4aa9f2c332e6"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "83cecc9e-ee21-42c6-bf24-021c44448ef5",
- "type": "properties_version"
}, - {
- "id": "39a78616-11bd-4f4f-9de7-61d590466a7a",
- "type": "properties_version"
}, - {
- "id": "93763695-a658-4e31-8439-bb0f1d055b44",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "62588c02-704c-4063-9a6f-8dcc8b89d5b8",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/62588c02-704c-4063-9a6f-8dcc8b89d5b8",
- "change": "/api/projects/opc/environments/dev/changes/62588c02-704c-4063-9a6f-8dcc8b89d5b8",
- "log_lines": "/api/steps/c3c8cb8c-4614-4907-882b-e45e59b8e20d/log_lines",
- "self": "/api/steps/c3c8cb8c-4614-4907-882b-e45e59b8e20d"
}, - "meta": { }
}
}Approves a change step that needs approval.
| step_id required | string Example: 1dec7246-d62d-48b1-9990-6b4ab15aeab5 step id |
object |
{- "data": {
- "attributes": {
- "message": "As per CR 7 👍"
}
}
}{- "data": {
- "id": "04bdd4c0-afa9-4070-95ae-57e662c6de2c",
- "type": "step",
- "attributes": {
- "approved_by": [
- {
- "username": "gayla_nikolaus",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "action": "bypass",
- "name": "bypass",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "1cd47633-0d72-4748-a736-50d435511840",
- "skip_on_retry": false,
- "created_at": "2025-12-10T23:03:13.999319Z",
- "started_at": "2025-12-10T23:04:13.999319Z",
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:21.546960Z",
- "status_code": "queued"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "9851f187-5a0e-4774-9dc9-2fc5838b97d1",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/9851f187-5a0e-4774-9dc9-2fc5838b97d1"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "f46a462b-3b0f-49bd-b1ad-19079dff5f79",
- "type": "properties_version"
}, - {
- "id": "d8bdd3eb-504b-4a11-a6d9-7fc1d84bcad8",
- "type": "properties_version"
}, - {
- "id": "01195139-e6ab-40cf-ab89-98de730c80cd",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "1cd47633-0d72-4748-a736-50d435511840",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/1cd47633-0d72-4748-a736-50d435511840",
- "change": "/api/projects/opc/environments/dev/changes/1cd47633-0d72-4748-a736-50d435511840",
- "log_lines": "/api/steps/04bdd4c0-afa9-4070-95ae-57e662c6de2c/log_lines",
- "self": "/api/steps/04bdd4c0-afa9-4070-95ae-57e662c6de2c"
}, - "meta": { }
}
}Rejects a change step that needs approval.
| step_id required | string Example: 1dec7246-d62d-48b1-9990-6b4ab15aeab5 step id |
object |
{- "data": {
- "attributes": {
- "message": "Failed user acceptance testing"
}
}
}{- "data": {
- "id": "3e0350bf-0150-4683-ac0c-4cca163b3a8b",
- "type": "step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "isaias",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "action": "synthesize",
- "name": "synthesize",
- "step_type": "standard",
- "child_execution_strategy": "sequential",
- "change_id": "2f5a07bd-6d8a-42a4-b3d3-b757ec1f221f",
- "skip_on_retry": false,
- "created_at": "2025-12-10T23:03:18.254274Z",
- "started_at": "2025-12-10T23:04:18.254274Z",
- "finished_at": "2025-12-10T23:10:23.464119Z",
- "updated_at": "2025-12-10T23:10:23.471132Z",
- "status_code": "rejected"
}, - "relationships": {
- "properties": {
- "data": {
- "id": "c1b08979-2735-4c2d-937f-401aa550c1cd",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c1b08979-2735-4c2d-937f-401aa550c1cd"
}
}, - "children": {
- "data": [ ]
}, - "pre_properties_versions": {
- "data": [
- {
- "id": "1711123e-af01-46f7-a5a7-d7f7b2ab6fa7",
- "type": "properties_version"
}, - {
- "id": "a095d8bb-d9c1-4b17-a5a5-3c9c9fbe4648",
- "type": "properties_version"
}, - {
- "id": "54eb02cb-b3e9-42c0-a5fc-9997538e464f",
- "type": "properties_version"
}
]
}, - "post_properties_versions": {
- "data": [ ]
}, - "change": {
- "data": {
- "id": "2f5a07bd-6d8a-42a4-b3d3-b757ec1f221f",
- "type": "change"
}
}
}, - "links": {
- "parent": "/api/changes/2f5a07bd-6d8a-42a4-b3d3-b757ec1f221f",
- "change": "/api/projects/opc/environments/dev/changes/2f5a07bd-6d8a-42a4-b3d3-b757ec1f221f",
- "log_lines": "/api/steps/3e0350bf-0150-4683-ac0c-4cca163b3a8b/log_lines",
- "self": "/api/steps/3e0350bf-0150-4683-ac0c-4cca163b3a8b"
}, - "meta": { }
}
}List the log lines for a change.
| change_id required | string Example: a4ca36a4-78fa-4e40-a198-e557295dbb5b |
| filter[<query/sort filter>]= | |
| download | string Example: download=change.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "f4454984-0c89-46d6-8389-46ed62df559a",
- "type": "log_line",
- "attributes": {
- "message": "Est architecto alias corporis.",
- "category": "action",
- "change_id": "527c4d69-dda5-4762-b259-437069bcd90d",
- "step_id": "542ad555-58e9-4472-8eba-236798072d1e",
- "logged_at": "2025-12-10T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a change step.
| step_id required | string Example: 1e3cb2eb-bbd7-44fe-80b5-04930f7ac988 |
| filter[<query/sort filter>]= | |
| download | string Example: download=step.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "3ecd59a1-4893-4fd6-8011-f435f16d70aa",
- "type": "log_line",
- "attributes": {
- "message": "Odio suscipit placeat voluptate.",
- "category": "action",
- "change_id": "9ef03e75-381c-4e8e-b787-833993859630",
- "step_id": "2d69fd36-af90-43dd-b835-ff9d56ade600",
- "logged_at": "2025-12-10T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "15fe7ffc-266b-4c2e-9e40-509c18d2fdd6",
- "type": "log_line",
- "attributes": {
- "message": "Delectus qui dolorem molestias.",
- "category": "action",
- "change_id": "339a451a-6de6-433d-b2b9-f409eff2d84d",
- "step_id": "3d4e7e11-fd0f-43f3-b3c8-bb63c5c72f31",
- "logged_at": "2025-12-10T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the workflow run log lines for a workflow run.
| workflow_run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd |
| filter[<query/sort filter>]= | |
| download | string Example: download=workflow_run.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "5b6a0651-2059-45a0-bb9d-a346e454e10c",
- "type": "log_line",
- "attributes": {
- "message": "Et optio excepturi veritatis.",
- "category": "action",
- "workflow_run_id": "83646447-ac1d-4324-b67b-24c150369cff",
- "workflow_step_id": "8b136d1c-8c62-4db2-adbc-924ceab56c69",
- "logged_at": "2025-12-10T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List the log lines for a workflow step.
| workflow_step_id required | string Example: 47655676-aa47-476b-a5d4-d7d4024b438c |
| filter[<query/sort filter>]= | |
| download | string Example: download=workflow_step.log Download the log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "f5754e23-1d4b-4670-a70b-0d5f6b10bf11",
- "type": "log_line",
- "attributes": {
- "message": "Ut dolorem ut modi.",
- "category": "action",
- "workflow_run_id": "861d7fef-f57a-4b9a-9950-50370f1f570c",
- "workflow_step_id": "98e03113-ab78-496e-9b0c-5c39fe21dc8f",
- "logged_at": "2025-12-10T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}List filtered workflow run log lines.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. null ] Default: 10000 Example: limit=50 Limit the number of workflow run log lines returned |
| download | string Example: download=opschain.log Download the filtered log lines wth the specified file name. The logs will be ordered from oldest to newest when this parameter is specified, irrespective of the sort order requested. |
{- "data": [
- {
- "id": "24da4959-bf66-480b-bef8-a2667a9d4803",
- "type": "log_line",
- "attributes": {
- "message": "Nihil temporibus ipsa eveniet.",
- "category": "action",
- "workflow_run_id": "5f4f2d03-d565-4e83-b97e-eece09040192",
- "workflow_step_id": "9aac101e-3a60-4aa8-a9a6-f42d71a1ff30",
- "logged_at": "2025-12-10T00:00:00.000000Z"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Endpoints to interact with workflow runs
Notes:
/workflow_runs - will return all workflow runs accessible to the user./project/{project_code}/workflow_runs - will return all workflow runs for all this project's workflows./project/{project_code}/workflows/{workflow_code}/workflow_runs - will return all workflow runs this workflow./<path/to/asset>/workflow_runs - will return all workflow runs that include a change for this asset.{- "data": [
- {
- "id": "32315268-28e0-4e6e-b53b-f3a532a3c8d1",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "f4cb1509-4e6f-4e4d-8da9-735c9779222c",
- "name": "sunt",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "e7e97592-13e4-4d37-9469-174119b864a7",
- "name": "temporibus",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "431d2edb-6e38-44f5-9b63-aa194e7949d2",
- "name": "parse",
- "type": "workflow_change_step",
- "action": "parse",
- "target": "/projects/o0wl4/environments/xhl85/assets/zfq4g"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "3d7744e7-d744-4d40-97e9-ede922e6fb80",
- "name": "synthesize",
- "type": "workflow_change_step",
- "action": "synthesize",
- "target": "/projects/knbnw/environments/nvrwm/assets/agr9s"
}, - {
- "id": "da72fd05-f20f-49f4-abc7-e1833755657c",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "b31bf5b6-117f-431f-987c-f2153c217f6e",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/bisqg/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Viva": "0.33",
- "Zamit": "3.0",
- "Sonair": "4.6",
- "Sub-Ex": "6.2",
- "Zathin": "0.91",
- "Prodder": "2.8.5",
- "Domainer": "4.4",
- "Transcof": "0.4.8"
}, - "created_by": "sharilyn_pouros",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2025-12-10T23:10:39.037568Z",
- "started_at": "2025-12-10T23:03:17.951766Z",
- "finished_at": "2025-12-10T23:06:20.445159Z",
- "updated_at": "2025-12-10T23:10:39.049279Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "68d5d959-42cb-463a-aa48-29e5c26a9afd",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "ab5c5813-9dec-4dd2-a5a3-995ac6884151",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "f4cb1509-4e6f-4e4d-8da9-735c9779222c",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "b31bf5b6-117f-431f-987c-f2153c217f6e",
- "type": "workflow_workflow_step"
}, - {
- "id": "da72fd05-f20f-49f4-abc7-e1833755657c",
- "type": "workflow_wait_step"
}, - {
- "id": "3d7744e7-d744-4d40-97e9-ede922e6fb80",
- "type": "workflow_change_step"
}, - {
- "id": "431d2edb-6e38-44f5-9b63-aa194e7949d2",
- "type": "workflow_change_step"
}, - {
- "id": "e7e97592-13e4-4d37-9469-174119b864a7",
- "type": "workflow_noop_step"
}, - {
- "id": "f4cb1509-4e6f-4e4d-8da9-735c9779222c",
- "type": "workflow_noop_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "ddb7292b-60d9-4612-be7c-9940f0bd7a89",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/ddb7292b-60d9-4612-be7c-9940f0bd7a89"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/32315268-28e0-4e6e-b53b-f3a532a3c8d1",
- "log_lines": "/api/workflow_runs/32315268-28e0-4e6e-b53b-f3a532a3c8d1/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "68d5d959-42cb-463a-aa48-29e5c26a9afd",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "kami",
- "created_at": "2025-12-10T23:10:38.972013Z",
- "updated_at": "2025-12-10T23:10:38.988205Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "7935bb88-8567-4df1-8057-05681753d467",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Runs a pre-defined workflow
required | object |
{- "data": {
- "attributes": {
- "project_code": "opc",
- "workflow_code": "assets",
- "version": 2,
- "property_overrides": {
- "additional": "properties"
}, - "metadata": {
- "optional": "metadata"
}
}
}
}{- "data": {
- "id": "e793da3c-9ddb-49ed-947b-8b1d19f651c8",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "5de75914-4207-48ff-aaa0-e5ef35664004",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "68eaf31b-8b57-4d79-9630-39fc7ca0843c",
- "name": "run asset action",
- "type": "workflow_change_step",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "kip",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:40.548209Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:40.562037Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "12d1dcbe-4232-418d-9d69-4ba1fb01ebee",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "5355b95b-557e-4d83-a556-ad154bd71463",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "5de75914-4207-48ff-aaa0-e5ef35664004",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "5de75914-4207-48ff-aaa0-e5ef35664004",
- "type": "workflow_noop_step"
}, - {
- "id": "68eaf31b-8b57-4d79-9630-39fc7ca0843c",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "de946529-1982-49e5-9fc4-927494f1b504",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/de946529-1982-49e5-9fc4-927494f1b504"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/e793da3c-9ddb-49ed-947b-8b1d19f651c8",
- "log_lines": "/api/workflow_runs/e793da3c-9ddb-49ed-947b-8b1d19f651c8/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "12d1dcbe-4232-418d-9d69-4ba1fb01ebee",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "hiram",
- "created_at": "2025-12-10T23:10:39.868953Z",
- "updated_at": "2025-12-10T23:10:39.884766Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/0",
- "change_parent": {
- "id": "7673c9c6-dc37-4360-8c10-3658f740962f",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "ae88156d-8566-46da-ae4b-1262ba7178f1",
- "node_type": "asset",
- "parent_id": "ae88156d-8566-46da-ae4b-1262ba7178f1",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2025-12-10T23:10:39.789Z",
- "updated_at": "2025-12-10T23:10:39.789Z",
- "project_type": null,
- "template_version_id": "268d06b2-7ef4-4185-be06-bd332a89c392",
- "created_by": "delorse.mosciski"
}, - "action_template_version": {
- "id": "268d06b2-7ef4-4185-be06-bd332a89c392",
- "commit_id": "750a8bd1-a9e0-4cd1-8962-be32fa08d4a2",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2025-12-10T23:10:39.760Z",
- "updated_at": "2025-12-10T23:10:39.760Z",
- "state": "ready",
- "created_by": "tyler",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "86c612d6-df8d-4b12-af84-3cc75f4d8d9e",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "ae88156d-8566-46da-ae4b-1262ba7178f1",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "5de75914-4207-48ff-aaa0-e5ef35664004",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kip",
- "name": "assets workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:40.557225Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:40.562037Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "e793da3c-9ddb-49ed-947b-8b1d19f651c8",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "68eaf31b-8b57-4d79-9630-39fc7ca0843c",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e793da3c-9ddb-49ed-947b-8b1d19f651c8/steps/5de75914-4207-48ff-aaa0-e5ef35664004",
- "log_lines": "/api/workflow_steps/5de75914-4207-48ff-aaa0-e5ef35664004/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e793da3c-9ddb-49ed-947b-8b1d19f651c8",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e793da3c-9ddb-49ed-947b-8b1d19f651c8"
}
}, - {
- "id": "68eaf31b-8b57-4d79-9630-39fc7ca0843c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kip",
- "name": "run asset action",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:40.567053Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:40.573385Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "7673c9c6-dc37-4360-8c10-3658f740962f",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "268d06b2-7ef4-4185-be06-bd332a89c392",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "e793da3c-9ddb-49ed-947b-8b1d19f651c8",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/e793da3c-9ddb-49ed-947b-8b1d19f651c8/steps/68eaf31b-8b57-4d79-9630-39fc7ca0843c",
- "log_lines": "/api/workflow_steps/68eaf31b-8b57-4d79-9630-39fc7ca0843c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/e793da3c-9ddb-49ed-947b-8b1d19f651c8/steps/5de75914-4207-48ff-aaa0-e5ef35664004",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/e793da3c-9ddb-49ed-947b-8b1d19f651c8"
}
}
]
}Shows a workflow run.
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
{- "data": {
- "id": "dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "3e24a188-879d-4c5a-be3f-397c1447b339",
- "name": "enim",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "5e3e93ca-5dd7-4ec9-a1ab-4111d1da964e",
- "name": "rerum",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "f04d369e-01c8-491b-8cf0-a491675f2483",
- "name": "reboot",
- "type": "workflow_change_step",
- "action": "reboot",
- "target": "/projects/ymetr/environments/qqef3/assets/lrwnw"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "26ba928d-6f84-407d-83b6-3cfee3117c20",
- "name": "compress",
- "type": "workflow_change_step",
- "action": "compress",
- "target": "/projects/ij9f7/environments/r9spv/assets/fbpz4"
}, - {
- "id": "78a2eb12-2608-4763-a4c2-b01943984a1d",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "de2f37d0-ffd4-4ef1-b042-15300e699b5a",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/4vfce/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Tin": "0.51",
- "Rank": "0.9.6",
- "Latlux": "6.5",
- "Zathin": "8.5",
- "Fix San": "9.3.1",
- "Redhold": "0.8.6",
- "Veribet": "7.24",
- "Zontrax": "2.17",
- "Greenlam": "2.5",
- "Tampflex": "8.9"
}, - "created_by": "samara_mueller",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2025-12-10T23:10:43.481648Z",
- "started_at": "2025-12-10T23:02:45.432060Z",
- "finished_at": "2025-12-10T23:03:41.735911Z",
- "updated_at": "2025-12-10T23:10:43.494481Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "ef540303-a64a-457e-bf2d-920bf7df108e",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "05ce3240-93c3-4a79-8e23-1100a01360b5",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "3e24a188-879d-4c5a-be3f-397c1447b339",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "5e3e93ca-5dd7-4ec9-a1ab-4111d1da964e",
- "type": "workflow_noop_step"
}, - {
- "id": "f04d369e-01c8-491b-8cf0-a491675f2483",
- "type": "workflow_change_step"
}, - {
- "id": "26ba928d-6f84-407d-83b6-3cfee3117c20",
- "type": "workflow_change_step"
}, - {
- "id": "3e24a188-879d-4c5a-be3f-397c1447b339",
- "type": "workflow_noop_step"
}, - {
- "id": "78a2eb12-2608-4763-a4c2-b01943984a1d",
- "type": "workflow_wait_step"
}, - {
- "id": "de2f37d0-ffd4-4ef1-b042-15300e699b5a",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "b756d339-5950-4eac-afb7-9ed708f3ab4d",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/b756d339-5950-4eac-afb7-9ed708f3ab4d"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "log_lines": "/api/workflow_runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "ef540303-a64a-457e-bf2d-920bf7df108e",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "rickey_koch",
- "created_at": "2025-12-10T23:10:43.405249Z",
- "updated_at": "2025-12-10T23:10:43.419055Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "b14152e0-8d79-4d97-a1c7-7a1df8588995",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "5e3e93ca-5dd7-4ec9-a1ab-4111d1da964e",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 5,
- "created_by": "samara_mueller",
- "name": "rerum",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "running",
- "created_at": "2025-12-10T23:10:43.498329Z",
- "started_at": "2025-12-10T23:10:43.709067Z",
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:43.716182Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "f04d369e-01c8-491b-8cf0-a491675f2483",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/5e3e93ca-5dd7-4ec9-a1ab-4111d1da964e",
- "log_lines": "/api/workflow_steps/5e3e93ca-5dd7-4ec9-a1ab-4111d1da964e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/3e24a188-879d-4c5a-be3f-397c1447b339",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71"
}
}, - {
- "id": "f04d369e-01c8-491b-8cf0-a491675f2483",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "samara_mueller",
- "name": "reboot",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:43.720382Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:43.725468Z",
- "action": "reboot",
- "property_overrides": {
- "application": "bypassing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "cfe1f786-9b27-4f1b-8897-ec92887c4aac",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "98a5695a-ea5b-4e01-bfef-1c633cfc0b05",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/f04d369e-01c8-491b-8cf0-a491675f2483",
- "log_lines": "/api/workflow_steps/f04d369e-01c8-491b-8cf0-a491675f2483/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/5e3e93ca-5dd7-4ec9-a1ab-4111d1da964e",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71"
}
}, - {
- "id": "26ba928d-6f84-407d-83b6-3cfee3117c20",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "samara_mueller",
- "name": "compress",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:43.930374Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:43.936543Z",
- "action": "compress",
- "property_overrides": {
- "feed": "generating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "c8d03368-f23f-4ef1-8fde-24b9070d7915",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d9e92647-491a-4ac2-b47e-a0a9af14d443",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/26ba928d-6f84-407d-83b6-3cfee3117c20",
- "log_lines": "/api/workflow_steps/26ba928d-6f84-407d-83b6-3cfee3117c20/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/3e24a188-879d-4c5a-be3f-397c1447b339",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71"
}
}, - {
- "id": "3e24a188-879d-4c5a-be3f-397c1447b339",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "samara_mueller",
- "name": "enim",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-12-10T23:10:43.489138Z",
- "started_at": "2025-12-10T23:02:45.432060Z",
- "finished_at": "2025-12-10T23:03:41.735911Z",
- "updated_at": "2025-12-10T23:10:43.494481Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "5e3e93ca-5dd7-4ec9-a1ab-4111d1da964e",
- "type": "workflow_noop_step"
}, - {
- "id": "26ba928d-6f84-407d-83b6-3cfee3117c20",
- "type": "workflow_change_step"
}, - {
- "id": "78a2eb12-2608-4763-a4c2-b01943984a1d",
- "type": "workflow_wait_step"
}, - {
- "id": "de2f37d0-ffd4-4ef1-b042-15300e699b5a",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/3e24a188-879d-4c5a-be3f-397c1447b339",
- "log_lines": "/api/workflow_steps/3e24a188-879d-4c5a-be3f-397c1447b339/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71"
}
}, - {
- "id": "78a2eb12-2608-4763-a4c2-b01943984a1d",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "samara_mueller",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:43.943033Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:43.949598Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/78a2eb12-2608-4763-a4c2-b01943984a1d",
- "log_lines": "/api/workflow_steps/78a2eb12-2608-4763-a4c2-b01943984a1d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/3e24a188-879d-4c5a-be3f-397c1447b339",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71"
}
}, - {
- "id": "de2f37d0-ffd4-4ef1-b042-15300e699b5a",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "samara_mueller",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:44.036960Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:44.044054Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "3de4615c-45b6-4b8f-b2f3-180c980456a6",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "dd04b677-f64a-4290-91ce-42ae6eb41b71",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/de2f37d0-ffd4-4ef1-b042-15300e699b5a",
- "log_lines": "/api/workflow_steps/de2f37d0-ffd4-4ef1-b042-15300e699b5a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71/steps/3e24a188-879d-4c5a-be3f-397c1447b339",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/dd04b677-f64a-4290-91ce-42ae6eb41b71"
}
}
]
}Cancels a workflow run.
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find WorkflowRun"
}
}
]
}Lists all runs for a workflow.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
{- "data": [
- {
- "id": "a651873a-9a70-4f0b-9277-e4551d0e78b9",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "95768f23-a025-4109-91b1-9da2620d6e4c",
- "name": "veniam",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "69bc256e-c6ae-4f81-b035-02f94275339d",
- "name": "est",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "d1d50e8a-dcb8-404c-9e17-90cebf6766c5",
- "name": "copy",
- "type": "workflow_change_step",
- "action": "copy",
- "target": "/projects/j7ypt/environments/skuq2/assets/lqlfp"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "1059a000-b3cf-44b1-b280-0b8d94a9505e",
- "name": "override",
- "type": "workflow_change_step",
- "action": "override",
- "target": "/projects/5cqqj/environments/l36xf/assets/m1s82"
}, - {
- "id": "9bb8e0eb-e3f5-4698-8fa0-f1d1624f6ee1",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "e82eaee9-7171-465c-9650-143adaf16268",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/dayfi/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Job": "0.26",
- "Duobam": "8.3.6",
- "Lotlux": "0.4.1",
- "Fixflex": "2.6",
- "Prodder": "0.19",
- "Tempsoft": "0.63",
- "Transcof": "0.27",
- "Tres-Zap": "3.57",
- "Ronstring": "0.85",
- "Stringtough": "4.3"
}, - "created_by": "babara_kemmer",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2025-12-10T23:10:47.774035Z",
- "started_at": "2025-12-10T23:01:32.075473Z",
- "finished_at": "2025-12-10T23:03:37.898751Z",
- "updated_at": "2025-12-10T23:10:47.786391Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "57bd0183-0641-41ef-92d1-c6c62965af20",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "8dbc3c9e-3351-43c0-bddf-29ab413a405a",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "95768f23-a025-4109-91b1-9da2620d6e4c",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "69bc256e-c6ae-4f81-b035-02f94275339d",
- "type": "workflow_noop_step"
}, - {
- "id": "d1d50e8a-dcb8-404c-9e17-90cebf6766c5",
- "type": "workflow_change_step"
}, - {
- "id": "1059a000-b3cf-44b1-b280-0b8d94a9505e",
- "type": "workflow_change_step"
}, - {
- "id": "95768f23-a025-4109-91b1-9da2620d6e4c",
- "type": "workflow_noop_step"
}, - {
- "id": "9bb8e0eb-e3f5-4698-8fa0-f1d1624f6ee1",
- "type": "workflow_wait_step"
}, - {
- "id": "e82eaee9-7171-465c-9650-143adaf16268",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "c8877a1d-6bd1-438d-ac60-3ef747f4cfcc",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/c8877a1d-6bd1-438d-ac60-3ef747f4cfcc"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/a651873a-9a70-4f0b-9277-e4551d0e78b9",
- "log_lines": "/api/workflow_runs/a651873a-9a70-4f0b-9277-e4551d0e78b9/log_lines"
}, - "meta": { }
}
], - "included": [
- {
- "id": "57bd0183-0641-41ef-92d1-c6c62965af20",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "zonia.schimmel",
- "created_at": "2025-12-10T23:10:47.695312Z",
- "updated_at": "2025-12-10T23:10:47.713800Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "b488ad79-04e2-4c83-b575-45d6bdc13c3f",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Runs a pre-defined workflow
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
required | object |
{- "data": {
- "attributes": {
- "version": 2,
- "property_overrides": {
- "additional": "properties"
}, - "metadata": {
- "optional": "metadata"
}
}
}
}{- "data": {
- "id": "33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "5496a7ed-244b-46d5-be2a-7a00704aabdd",
- "name": "assets workflow",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "4aedeb0f-69d8-431a-ba79-5f4847dfe334",
- "name": "run asset action",
- "type": "workflow_change_step",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": { },
- "created_by": "corina.botsford",
- "cancelled_by": null,
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:50.291657Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:50.310834Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "6082bb6c-7cf4-4645-b104-2ee1069cc198",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "c43ca773-6af5-4bf5-bce2-85ed3fa3c9ee",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "5496a7ed-244b-46d5-be2a-7a00704aabdd",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "5496a7ed-244b-46d5-be2a-7a00704aabdd",
- "type": "workflow_noop_step"
}, - {
- "id": "4aedeb0f-69d8-431a-ba79-5f4847dfe334",
- "type": "workflow_change_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "8a1a50ae-010e-40ec-9a0b-4bca51f74b84",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/8a1a50ae-010e-40ec-9a0b-4bca51f74b84"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f",
- "log_lines": "/api/workflow_runs/33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f/log_lines"
}, - "meta": { }
}, - "included": [
- {
- "id": "6082bb6c-7cf4-4645-b104-2ee1069cc198",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "conchita_barton",
- "created_at": "2025-12-10T23:10:49.569042Z",
- "updated_at": "2025-12-10T23:10:49.585210Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa",
- "source": "steps/0",
- "change_parent": {
- "id": "2174da08-2674-420a-b61b-01a9d0e643dd",
- "path": "/projects/opc/assets/prj_soa",
- "parent_path": "/projects/opc",
- "project_id": "41bd14e9-367b-4bb2-97d2-4a49477e0cf0",
- "node_type": "asset",
- "parent_id": "41bd14e9-367b-4bb2-97d2-4a49477e0cf0",
- "code": "prj_soa",
- "name": "Project asset",
- "description": "Project asset description",
- "archived": false,
- "created_at": "2025-12-10T23:10:49.477Z",
- "updated_at": "2025-12-10T23:10:49.477Z",
- "project_type": null,
- "template_version_id": "835287bf-0bf9-4e28-b40b-b61dceb83939",
- "created_by": "damien"
}, - "action_template_version": {
- "id": "835287bf-0bf9-4e28-b40b-b61dceb83939",
- "commit_id": "48bef20f-e114-4e22-a2f3-a708c1cbf416",
- "version": "2023_Q4_2",
- "description": "Added additional configuration options",
- "created_at": "2025-12-10T23:10:49.443Z",
- "updated_at": "2025-12-10T23:10:49.443Z",
- "state": "ready",
- "created_by": "elmer",
- "archived": false,
- "has_mintmodel": true,
- "template_id": "817fee68-5af6-4e21-8900-9824a03995a2",
- "locked": false
}
}
], - "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "41bd14e9-367b-4bb2-97d2-4a49477e0cf0",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "5496a7ed-244b-46d5-be2a-7a00704aabdd",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "corina.botsford",
- "name": "assets workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:50.304933Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:50.310834Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "4aedeb0f-69d8-431a-ba79-5f4847dfe334",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f/steps/5496a7ed-244b-46d5-be2a-7a00704aabdd",
- "log_lines": "/api/workflow_steps/5496a7ed-244b-46d5-be2a-7a00704aabdd/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f"
}
}, - {
- "id": "4aedeb0f-69d8-431a-ba79-5f4847dfe334",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "corina.botsford",
- "name": "run asset action",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:50.317759Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:50.324370Z",
- "action": "run",
- "property_overrides": { }
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "2174da08-2674-420a-b61b-01a9d0e643dd",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "835287bf-0bf9-4e28-b40b-b61dceb83939",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f/steps/4aedeb0f-69d8-431a-ba79-5f4847dfe334",
- "log_lines": "/api/workflow_steps/4aedeb0f-69d8-431a-ba79-5f4847dfe334/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f/steps/5496a7ed-244b-46d5-be2a-7a00704aabdd",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/33ea8aaa-9cc7-42cc-9e59-4eac20c1d57f"
}
}
]
}Shows a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
{- "data": {
- "id": "cde94057-c6d5-4390-9f5c-e83c3063d992",
- "type": "workflow_run",
- "attributes": {
- "step_tree": {
- "id": "0f1ad5f6-fd57-4217-953e-70209223fd18",
- "name": "neque",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "91594815-a533-4c3d-9940-e955b18b21ef",
- "name": "aut",
- "type": "workflow_noop_step",
- "children": [
- {
- "id": "45e896fd-04f2-406a-b76c-06779571d17c",
- "name": "generate",
- "type": "workflow_change_step",
- "action": "generate",
- "target": "/projects/n8id5/environments/abhlx/assets/d2qct"
}
], - "child_execution_strategy": "sequential"
}, - {
- "id": "eda64f07-240c-4f50-8b75-e99ec3563a3a",
- "name": "connect",
- "type": "workflow_change_step",
- "action": "connect",
- "target": "/projects/50zxl/environments/1cqpn/assets/fylql"
}, - {
- "id": "1bbca17a-3028-424d-96a0-74271b389f84",
- "name": "Wait",
- "type": "workflow_wait_step"
}, - {
- "id": "4888d048-1998-4ca4-9c0b-0a7ae87cd686",
- "name": "child workflow",
- "type": "workflow_workflow_step",
- "target": "/projects/rhsqo/workflows/child"
}
], - "child_execution_strategy": "sequential"
}, - "scheduled": false,
- "metadata": {
- "Job": "3.8.0",
- "Zathin": "7.1.1",
- "Zoolab": "2.45",
- "Pannier": "0.36",
- "Zontrax": "0.3.8",
- "Home Ing": "0.47",
- "Tres-Zap": "2.4",
- "Trippledex": "5.28",
- "Mat Lam Tam": "3.29",
- "Solarbreeze": "9.0"
}, - "created_by": "stasia_pouros",
- "cancelled_by": null,
- "status_code": "success",
- "created_at": "2025-12-10T23:10:54.035667Z",
- "started_at": "2025-12-10T23:02:46.775253Z",
- "finished_at": "2025-12-10T23:08:17.580780Z",
- "updated_at": "2025-12-10T23:10:54.046796Z",
- "project_name": "OpsChain"
}, - "relationships": {
- "workflow_version": {
- "data": {
- "id": "cb678230-b666-492e-bbaf-4f6aff6e9449",
- "type": "workflow_version"
}
}, - "workflow": {
- "data": {
- "id": "3c2e62f4-07a9-44b0-9326-90df54d7eff5",
- "type": "workflow"
}
}, - "parent_workflow_step": {
- "data": null
}, - "root_step": {
- "data": {
- "id": "0f1ad5f6-fd57-4217-953e-70209223fd18",
- "type": "workflow_noop_step"
}
}, - "steps": {
- "data": [
- {
- "id": "91594815-a533-4c3d-9940-e955b18b21ef",
- "type": "workflow_noop_step"
}, - {
- "id": "45e896fd-04f2-406a-b76c-06779571d17c",
- "type": "workflow_change_step"
}, - {
- "id": "0f1ad5f6-fd57-4217-953e-70209223fd18",
- "type": "workflow_noop_step"
}, - {
- "id": "eda64f07-240c-4f50-8b75-e99ec3563a3a",
- "type": "workflow_change_step"
}, - {
- "id": "1bbca17a-3028-424d-96a0-74271b389f84",
- "type": "workflow_wait_step"
}, - {
- "id": "4888d048-1998-4ca4-9c0b-0a7ae87cd686",
- "type": "workflow_workflow_step"
}
]
}, - "override_properties": {
- "data": {
- "id": "3b5b956f-4d72-49a7-95f1-ed67131be249",
- "type": "properties"
}, - "links": {
- "related": "/api/properties/3b5b956f-4d72-49a7-95f1-ed67131be249"
}
}
}, - "links": {
- "parent": "/api/projects/opc",
- "self": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992",
- "log_lines": "/api/workflow_runs/cde94057-c6d5-4390-9f5c-e83c3063d992/log_lines"
}, - "meta": {
- "parallel_workflows_allowed": false,
- "blocked_by_same_workflow_running": false,
- "blocked_by_queue": [ ]
}
}, - "included": [
- {
- "id": "cb678230-b666-492e-bbaf-4f6aff6e9449",
- "type": "workflow_version",
- "attributes": {
- "code": "assets",
- "name": "assets workflow",
- "description": "workflow for assets",
- "draft": false,
- "archived": false,
- "created_by": "clarence",
- "created_at": "2025-12-10T23:10:53.970669Z",
- "updated_at": "2025-12-10T23:10:53.985433Z",
- "source_yaml": "---\nsteps:\n- type: change\n name: run asset action\n target: \"/projects/opc/assets/prj_soa\"\n action: run\n",
- "steps": [
- {
- "name": "run asset action",
- "type": "change",
- "action": "run",
- "target": "/projects/opc/assets/prj_soa"
}
], - "resolved_steps": [ ],
- "sample_properties": {
- "sample": "value"
}, - "version": 2
}, - "relationships": {
- "parent": {
- "data": {
- "id": "8f2e18e6-470a-44c9-9845-5ad025e16631",
- "type": "project"
}, - "links": {
- "related": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/versions/2",
- "runs": "/api/projects/opc/workflows/assets/versions/2/runs",
- "workflow": "/api/projects/opc/workflows/assets"
}
}, - {
- "id": "91594815-a533-4c3d-9940-e955b18b21ef",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 5,
- "created_by": "stasia_pouros",
- "name": "aut",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "running",
- "created_at": "2025-12-10T23:10:54.050179Z",
- "started_at": "2025-12-10T23:10:54.253094Z",
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:54.259665Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "cde94057-c6d5-4390-9f5c-e83c3063d992",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "45e896fd-04f2-406a-b76c-06779571d17c",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/91594815-a533-4c3d-9940-e955b18b21ef",
- "log_lines": "/api/workflow_steps/91594815-a533-4c3d-9940-e955b18b21ef/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/0f1ad5f6-fd57-4217-953e-70209223fd18",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992"
}
}, - {
- "id": "45e896fd-04f2-406a-b76c-06779571d17c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "stasia_pouros",
- "name": "generate",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:54.264862Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:54.270307Z",
- "action": "generate",
- "property_overrides": {
- "system": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "aacc8c2f-138b-40f6-8e52-d5c4bae99cd8",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "4b074310-92d9-4767-bf1f-baf7e8056216",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "cde94057-c6d5-4390-9f5c-e83c3063d992",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/45e896fd-04f2-406a-b76c-06779571d17c",
- "log_lines": "/api/workflow_steps/45e896fd-04f2-406a-b76c-06779571d17c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/91594815-a533-4c3d-9940-e955b18b21ef",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992"
}
}, - {
- "id": "0f1ad5f6-fd57-4217-953e-70209223fd18",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "stasia_pouros",
- "name": "neque",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-12-10T23:10:54.042337Z",
- "started_at": "2025-12-10T23:02:46.775253Z",
- "finished_at": "2025-12-10T23:08:17.580780Z",
- "updated_at": "2025-12-10T23:10:54.046796Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "cde94057-c6d5-4390-9f5c-e83c3063d992",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "91594815-a533-4c3d-9940-e955b18b21ef",
- "type": "workflow_noop_step"
}, - {
- "id": "eda64f07-240c-4f50-8b75-e99ec3563a3a",
- "type": "workflow_change_step"
}, - {
- "id": "1bbca17a-3028-424d-96a0-74271b389f84",
- "type": "workflow_wait_step"
}, - {
- "id": "4888d048-1998-4ca4-9c0b-0a7ae87cd686",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/0f1ad5f6-fd57-4217-953e-70209223fd18",
- "log_lines": "/api/workflow_steps/0f1ad5f6-fd57-4217-953e-70209223fd18/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992"
}
}, - {
- "id": "eda64f07-240c-4f50-8b75-e99ec3563a3a",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "stasia_pouros",
- "name": "connect",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:54.455198Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:54.461826Z",
- "action": "connect",
- "property_overrides": {
- "circuit": "quantifying"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "8f02f344-0202-4a42-9fb5-04539cee094f",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "14a76e77-3b9b-4db2-840c-6a201864b5d4",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "cde94057-c6d5-4390-9f5c-e83c3063d992",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/eda64f07-240c-4f50-8b75-e99ec3563a3a",
- "log_lines": "/api/workflow_steps/eda64f07-240c-4f50-8b75-e99ec3563a3a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/0f1ad5f6-fd57-4217-953e-70209223fd18",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992"
}
}, - {
- "id": "1bbca17a-3028-424d-96a0-74271b389f84",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "stasia_pouros",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:54.470034Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:54.476052Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "cde94057-c6d5-4390-9f5c-e83c3063d992",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/1bbca17a-3028-424d-96a0-74271b389f84",
- "log_lines": "/api/workflow_steps/1bbca17a-3028-424d-96a0-74271b389f84/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/0f1ad5f6-fd57-4217-953e-70209223fd18",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992"
}
}, - {
- "id": "4888d048-1998-4ca4-9c0b-0a7ae87cd686",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "stasia_pouros",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:10:54.560149Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:10:54.566568Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "3a587a5d-9537-4236-99a7-5a6ac21b17d1",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "cde94057-c6d5-4390-9f5c-e83c3063d992",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/4888d048-1998-4ca4-9c0b-0a7ae87cd686",
- "log_lines": "/api/workflow_steps/4888d048-1998-4ca4-9c0b-0a7ae87cd686/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992/steps/0f1ad5f6-fd57-4217-953e-70209223fd18",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/cde94057-c6d5-4390-9f5c-e83c3063d992"
}
}
]
}Cancels a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find WorkflowRun"
}
}
]
}{- "data": [
- {
- "id": "9b9900f5-2c09-47ae-b2e2-df20e7b92392",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "kendal.cremin",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "continued",
- "created_at": "2025-12-10T23:01:28.930410Z",
- "started_at": "2025-12-10T23:02:28.930410Z",
- "finished_at": "2025-12-10T23:09:49.970265Z",
- "updated_at": "2025-12-10T23:11:01.505004Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/9b9900f5-2c09-47ae-b2e2-df20e7b92392",
- "log_lines": "/api/workflow_steps/9b9900f5-2c09-47ae-b2e2-df20e7b92392/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}, - {
- "id": "0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kendal.cremin",
- "name": "veritatis",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-12-10T23:11:00.716737Z",
- "started_at": "2025-12-10T23:02:03.008944Z",
- "finished_at": "2025-12-10T23:08:15.751143Z",
- "updated_at": "2025-12-10T23:11:00.720757Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "9b9900f5-2c09-47ae-b2e2-df20e7b92392",
- "type": "workflow_wait_step"
}, - {
- "id": "a2f34a22-4c06-47ce-ad51-460d9d9456a6",
- "type": "workflow_noop_step"
}, - {
- "id": "6bcc7fbd-d926-4b76-b120-e57f06bb9794",
- "type": "workflow_change_step"
}, - {
- "id": "b9fed6cd-7095-4ebc-9a1c-576e0f538767",
- "type": "workflow_wait_step"
}, - {
- "id": "f03b628d-4e63-4119-8296-319bd9ba1860",
- "type": "workflow_workflow_step"
}, - {
- "id": "e76510e8-0be8-4a04-9732-4d23e9ba1e2a",
- "type": "workflow_change_step"
}, - {
- "id": "fb2e7fde-f7d4-4e04-8155-214935daca68",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "log_lines": "/api/workflow_steps/0adf81b0-81ab-44b0-aada-47f166ebf1df/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}, - {
- "id": "a2f34a22-4c06-47ce-ad51-460d9d9456a6",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 5,
- "created_by": "kendal.cremin",
- "name": "commodi",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "running",
- "created_at": "2025-12-10T23:11:00.723801Z",
- "started_at": "2025-12-10T23:11:00.887940Z",
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:00.896501Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "2a385fe1-93c2-41b8-93a5-3c566184e385",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/a2f34a22-4c06-47ce-ad51-460d9d9456a6",
- "log_lines": "/api/workflow_steps/a2f34a22-4c06-47ce-ad51-460d9d9456a6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}, - {
- "id": "2a385fe1-93c2-41b8-93a5-3c566184e385",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kendal.cremin",
- "name": "connect",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:00.902583Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:00.910433Z",
- "action": "connect",
- "property_overrides": {
- "system": "backing up"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "b65d3d3b-f72b-4be3-8cf4-9fa97e1e8f4b",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "a70488ea-5f2e-4dc4-88f8-671b8cffd9e5",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/2a385fe1-93c2-41b8-93a5-3c566184e385",
- "log_lines": "/api/workflow_steps/2a385fe1-93c2-41b8-93a5-3c566184e385/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/a2f34a22-4c06-47ce-ad51-460d9d9456a6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}, - {
- "id": "6bcc7fbd-d926-4b76-b120-e57f06bb9794",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kendal.cremin",
- "name": "bypass",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:01.174021Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:01.181606Z",
- "action": "bypass",
- "property_overrides": {
- "bandwidth": "hacking"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "f325a8e9-36d4-425b-a529-53c52cc7f1e9",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d4b7154f-33ea-4a10-989f-5b19d5f53967",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/6bcc7fbd-d926-4b76-b120-e57f06bb9794",
- "log_lines": "/api/workflow_steps/6bcc7fbd-d926-4b76-b120-e57f06bb9794/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}, - {
- "id": "b9fed6cd-7095-4ebc-9a1c-576e0f538767",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "kendal.cremin",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:01.189569Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:01.195251Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/b9fed6cd-7095-4ebc-9a1c-576e0f538767",
- "log_lines": "/api/workflow_steps/b9fed6cd-7095-4ebc-9a1c-576e0f538767/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}, - {
- "id": "f03b628d-4e63-4119-8296-319bd9ba1860",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kendal.cremin",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:01.290703Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:01.297293Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "07ab0f39-8d3e-46e5-ba71-f8872159fd90",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/f03b628d-4e63-4119-8296-319bd9ba1860",
- "log_lines": "/api/workflow_steps/f03b628d-4e63-4119-8296-319bd9ba1860/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}, - {
- "id": "e76510e8-0be8-4a04-9732-4d23e9ba1e2a",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kendal.cremin",
- "name": "quantify",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:01.485872Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:01.491293Z",
- "action": "quantify",
- "property_overrides": {
- "pixel": "generating"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "60ed493a-1422-4541-beb8-3622cb1ebd06",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "e9b3ae34-5fec-4265-86f1-b4d517b31eb5",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/e76510e8-0be8-4a04-9732-4d23e9ba1e2a",
- "log_lines": "/api/workflow_steps/e76510e8-0be8-4a04-9732-4d23e9ba1e2a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}, - {
- "id": "fb2e7fde-f7d4-4e04-8155-214935daca68",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "kendal.cremin",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:01.513691Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:01.519078Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "07ab0f39-8d3e-46e5-ba71-f8872159fd90",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/fb2e7fde-f7d4-4e04-8155-214935daca68",
- "log_lines": "/api/workflow_steps/fb2e7fde-f7d4-4e04-8155-214935daca68/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1/steps/0adf81b0-81ab-44b0-aada-47f166ebf1df",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/3583a4a1-a3fd-4c8c-b9b8-3faa33ca50f1"
}
}
], - "meta": {
- "authorisations": {
- "update": false
}, - "partial_response": false
}
}Shows a workflow step.
| step_id required | string Example: 358b71cc-a1e6-492a-aa21-4fe53ac4799c workflow step id |
{- "data": {
- "id": "503e463e-0a38-4e6c-bbc4-ec0992d30877",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "fannie.bergnaum",
- "name": "sint",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-12-10T23:11:02.026912Z",
- "started_at": "2025-12-10T23:01:45.959318Z",
- "finished_at": "2025-12-10T23:04:28.923951Z",
- "updated_at": "2025-12-10T23:11:02.032044Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "88421515-39e8-453e-b372-3bcafd690a0f",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "5ace3309-8beb-4343-aa1d-052f8a8e67e9",
- "type": "workflow_wait_step"
}, - {
- "id": "acba1eb3-5e91-401f-941a-b75652990920",
- "type": "workflow_noop_step"
}, - {
- "id": "2cd7ebc9-ca90-4fb5-b3aa-51af01ed5a33",
- "type": "workflow_change_step"
}, - {
- "id": "f6c37f35-71d3-42ab-9871-9ea171361ae4",
- "type": "workflow_wait_step"
}, - {
- "id": "c9142741-81ed-4bd6-b75c-cc95fd9ac21f",
- "type": "workflow_workflow_step"
}, - {
- "id": "71342b9a-3950-41a1-a05e-b6ef0d684f22",
- "type": "workflow_change_step"
}, - {
- "id": "4bb8e6f6-90ee-41fd-88cb-de8a948099a5",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/88421515-39e8-453e-b372-3bcafd690a0f/steps/503e463e-0a38-4e6c-bbc4-ec0992d30877",
- "log_lines": "/api/workflow_steps/503e463e-0a38-4e6c-bbc4-ec0992d30877/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/88421515-39e8-453e-b372-3bcafd690a0f",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/88421515-39e8-453e-b372-3bcafd690a0f"
}
}
}Update a workflow step to flag it to be skipped on retry.
| step_id required | string Example: 358b71cc-a1e6-492a-aa21-4fe53ac4799c workflow step id |
required | object |
{- "data": {
- "attributes": {
- "skip_on_retry": true
}
}
}{- "data": {
- "id": "68a75f6e-65d0-42af-917e-828701259a0c",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 3,
- "created_by": "lamont",
- "name": "override",
- "skip_on_retry": true,
- "notifications": { },
- "status_code": "error",
- "created_at": "2025-12-10T23:11:05.029699Z",
- "started_at": "2025-12-10T23:11:05.078860Z",
- "finished_at": "2025-12-10T23:12:05.078877Z",
- "updated_at": "2025-12-10T23:11:05.137271Z",
- "action": "override",
- "property_overrides": {
- "circuit": "backing up"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "e790b876-b400-44c9-82cd-c85533e0d40c",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "d4d76edb-f96e-43b2-a49b-c2833350f3c2",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "b1b076e6-944d-4499-b042-dd26dd79bb97",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/b1b076e6-944d-4499-b042-dd26dd79bb97/steps/68a75f6e-65d0-42af-917e-828701259a0c",
- "log_lines": "/api/workflow_steps/68a75f6e-65d0-42af-917e-828701259a0c/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/b1b076e6-944d-4499-b042-dd26dd79bb97/steps/ddff48a1-f35e-4776-9df7-718b2b193296",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/b1b076e6-944d-4499-b042-dd26dd79bb97"
}
}
}Continues a "waiting" workflow step. To approve/reject a workflow step that needs approval see the approve workflow step API endpoint.
| step_id required | string Example: f9549c27-40f7-4f37-9323-4f1222374c50 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "fa99db72-93fa-4b96-af45-9acc53edd23d",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "wilber",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "stuart_hauck",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "continued",
- "created_at": "2025-12-10T23:02:28.391259Z",
- "started_at": "2025-12-10T23:03:28.391259Z",
- "finished_at": "2025-12-10T23:11:08.630010Z",
- "updated_at": "2025-12-10T23:11:08.647508Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "bf672afd-047b-4677-9ae6-d617354470c6",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/bf672afd-047b-4677-9ae6-d617354470c6/steps/fa99db72-93fa-4b96-af45-9acc53edd23d",
- "log_lines": "/api/workflow_steps/fa99db72-93fa-4b96-af45-9acc53edd23d/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/bf672afd-047b-4677-9ae6-d617354470c6/steps/7349cfc7-6c8d-4037-b278-97108fa0bda7",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/bf672afd-047b-4677-9ae6-d617354470c6"
}
}
}Approve a workflow step that requires approval. To continue a workflow step that does need approval see the continue workflow step API endpoint
| step_id required | string Example: d5886a60-5ce2-414f-9cbb-6305165d4514 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "9d7da5e0-a1e0-4f52-a42c-05d29d57e5e0",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "rolland.nikolaus",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "broderick",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "status_code": "approved",
- "created_at": "2025-12-10T23:03:05.741101Z",
- "started_at": "2025-12-10T23:04:05.741101Z",
- "finished_at": "2025-12-10T23:11:12.349674Z",
- "updated_at": "2025-12-10T23:11:12.474919Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "8eccfec2-6df7-40e3-9f21-20d7c0c90e1d",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/8eccfec2-6df7-40e3-9f21-20d7c0c90e1d/steps/9d7da5e0-a1e0-4f52-a42c-05d29d57e5e0",
- "log_lines": "/api/workflow_steps/9d7da5e0-a1e0-4f52-a42c-05d29d57e5e0/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/8eccfec2-6df7-40e3-9f21-20d7c0c90e1d/steps/9d0b4ccd-72d3-44ac-9946-b50d79ba37fe",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/8eccfec2-6df7-40e3-9f21-20d7c0c90e1d"
}
}
}Reject a workflow step that requires approval.
| step_id required | string Example: 78e8ff69-8412-4813-ab9d-695a5e726172 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "3a6ba357-604e-4f01-b53d-1ceff16328aa",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "james",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "alejandra_conroy",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "status_code": "rejected",
- "created_at": "2025-12-10T23:00:38.050176Z",
- "started_at": "2025-12-10T23:01:38.050176Z",
- "finished_at": "2025-12-10T23:11:17.078417Z",
- "updated_at": "2025-12-10T23:11:17.082569Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "18c62572-261c-4702-ac71-e6d458105e61",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/18c62572-261c-4702-ac71-e6d458105e61/steps/3a6ba357-604e-4f01-b53d-1ceff16328aa",
- "log_lines": "/api/workflow_steps/3a6ba357-604e-4f01-b53d-1ceff16328aa/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/18c62572-261c-4702-ac71-e6d458105e61/steps/dc75d6e1-b452-440d-9c7b-98d5b3395bf6",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/18c62572-261c-4702-ac71-e6d458105e61"
}
}
}Lists all steps in a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
{- "data": [
- {
- "id": "b40bf9e5-28c3-4bf4-b205-b74974ae852b",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "marcelo",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "continued",
- "created_at": "2025-12-10T23:02:13.835564Z",
- "started_at": "2025-12-10T23:03:13.835564Z",
- "finished_at": "2025-12-10T23:08:45.326123Z",
- "updated_at": "2025-12-10T23:11:21.768431Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/b40bf9e5-28c3-4bf4-b205-b74974ae852b",
- "log_lines": "/api/workflow_steps/b40bf9e5-28c3-4bf4-b205-b74974ae852b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}, - {
- "id": "689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marcelo",
- "name": "a",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-12-10T23:11:20.950450Z",
- "started_at": "2025-12-10T23:02:07.907026Z",
- "finished_at": "2025-12-10T23:05:38.818779Z",
- "updated_at": "2025-12-10T23:11:20.957802Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "b40bf9e5-28c3-4bf4-b205-b74974ae852b",
- "type": "workflow_wait_step"
}, - {
- "id": "8bebccb0-408b-48b7-b4be-20f8080ea845",
- "type": "workflow_noop_step"
}, - {
- "id": "46a84578-a994-4a47-838f-bacbbaeaf767",
- "type": "workflow_change_step"
}, - {
- "id": "d698972f-9d1c-4ea8-9688-adf62f43d3d6",
- "type": "workflow_wait_step"
}, - {
- "id": "48c59df4-dc0d-495b-9140-371bf85f688f",
- "type": "workflow_workflow_step"
}, - {
- "id": "d88cb137-1940-4a89-93dc-30a270c2b0e8",
- "type": "workflow_change_step"
}, - {
- "id": "3d4303ef-82b6-4e17-8c88-1b1f01e10778",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "log_lines": "/api/workflow_steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}, - {
- "id": "8bebccb0-408b-48b7-b4be-20f8080ea845",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 5,
- "created_by": "marcelo",
- "name": "voluptas",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "running",
- "created_at": "2025-12-10T23:11:20.963112Z",
- "started_at": "2025-12-10T23:11:21.205510Z",
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:21.215160Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "48f605e3-d433-431e-a356-73d1140a1736",
- "type": "workflow_change_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/8bebccb0-408b-48b7-b4be-20f8080ea845",
- "log_lines": "/api/workflow_steps/8bebccb0-408b-48b7-b4be-20f8080ea845/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}, - {
- "id": "48f605e3-d433-431e-a356-73d1140a1736",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marcelo",
- "name": "input",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:21.221447Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:21.230470Z",
- "action": "input",
- "property_overrides": {
- "firewall": "transmitting"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "d0c29ed0-6943-4c7a-bc75-d06735a36032",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "f76f9738-d5e1-4ad3-9c7f-6b900da1418e",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/48f605e3-d433-431e-a356-73d1140a1736",
- "log_lines": "/api/workflow_steps/48f605e3-d433-431e-a356-73d1140a1736/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/8bebccb0-408b-48b7-b4be-20f8080ea845",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}, - {
- "id": "46a84578-a994-4a47-838f-bacbbaeaf767",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marcelo",
- "name": "generate",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:21.454370Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:21.460742Z",
- "action": "generate",
- "property_overrides": {
- "driver": "backing up"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "8e97da4f-cae2-450b-b222-3813588a912a",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "507b9951-8069-4d80-8cad-9613da7e13f5",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/46a84578-a994-4a47-838f-bacbbaeaf767",
- "log_lines": "/api/workflow_steps/46a84578-a994-4a47-838f-bacbbaeaf767/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}, - {
- "id": "d698972f-9d1c-4ea8-9688-adf62f43d3d6",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": null,
- "lock_version": 1,
- "created_by": "marcelo",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:21.469376Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:21.474649Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/d698972f-9d1c-4ea8-9688-adf62f43d3d6",
- "log_lines": "/api/workflow_steps/d698972f-9d1c-4ea8-9688-adf62f43d3d6/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}, - {
- "id": "48c59df4-dc0d-495b-9140-371bf85f688f",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marcelo",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:21.552641Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:21.557584Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "845fab9c-23ff-461a-86a5-719c7af4f453",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/48c59df4-dc0d-495b-9140-371bf85f688f",
- "log_lines": "/api/workflow_steps/48c59df4-dc0d-495b-9140-371bf85f688f/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}, - {
- "id": "d88cb137-1940-4a89-93dc-30a270c2b0e8",
- "type": "workflow_change_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marcelo",
- "name": "generate",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:21.745173Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:21.753259Z",
- "action": "generate",
- "property_overrides": {
- "transmitter": "bypassing"
}
}, - "relationships": {
- "change": {
- "data": null
}, - "change_parent": {
- "data": {
- "id": "db51ad73-6fd3-4b3b-a8c7-6b5f62e604cc",
- "type": "asset"
}
}, - "action_template_version": {
- "data": {
- "id": "2190b1c3-ed4b-43e9-ac94-200f108e1715",
- "type": "template_version"
}
}, - "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/d88cb137-1940-4a89-93dc-30a270c2b0e8",
- "log_lines": "/api/workflow_steps/d88cb137-1940-4a89-93dc-30a270c2b0e8/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}, - {
- "id": "3d4303ef-82b6-4e17-8c88-1b1f01e10778",
- "type": "workflow_workflow_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "marcelo",
- "name": "child workflow",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "pending",
- "created_at": "2025-12-10T23:11:21.778207Z",
- "started_at": null,
- "finished_at": null,
- "updated_at": "2025-12-10T23:11:21.785882Z",
- "code": "child"
}, - "relationships": {
- "child_workflow_version": {
- "data": {
- "id": "845fab9c-23ff-461a-86a5-719c7af4f453",
- "type": "workflow_version"
}
}, - "child_workflow_run": {
- "data": null
}, - "workflow_run": {
- "data": {
- "id": "10c8fc46-78b0-4da0-8b2c-6365ab72e577",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/3d4303ef-82b6-4e17-8c88-1b1f01e10778",
- "log_lines": "/api/workflow_steps/3d4303ef-82b6-4e17-8c88-1b1f01e10778/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577/steps/689f8008-6f81-49df-86f3-1dc0ec9d56c3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/10c8fc46-78b0-4da0-8b2c-6365ab72e577"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Shows a step of a workflow run.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
| step_id required | string Example: 358b71cc-a1e6-492a-aa21-4fe53ac4799c workflow step id |
{- "data": {
- "id": "b5984428-8e1b-4873-ab73-65530af7045b",
- "type": "workflow_noop_step",
- "attributes": {
- "lock_version": 1,
- "created_by": "reena_borer",
- "name": "laboriosam",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "success",
- "created_at": "2025-12-10T23:11:24.223013Z",
- "started_at": "2025-12-10T23:05:51.478755Z",
- "finished_at": "2025-12-10T23:07:11.750065Z",
- "updated_at": "2025-12-10T23:11:24.228100Z",
- "child_execution_strategy": "sequential"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "776f8715-ec92-4e09-9ed1-e31c6433b2b4",
- "type": "workflow_run"
}
}, - "children": {
- "data": [
- {
- "id": "9ddd3da0-6093-4dec-a07c-9b6fc9077431",
- "type": "workflow_wait_step"
}, - {
- "id": "a92b72e5-b160-4baf-bb05-83d80aeb7df7",
- "type": "workflow_noop_step"
}, - {
- "id": "85d142dc-f7da-410c-b696-5ccd4c346a4b",
- "type": "workflow_change_step"
}, - {
- "id": "8695743a-7425-4ac3-8df0-02971e8b55c9",
- "type": "workflow_wait_step"
}, - {
- "id": "e57d555f-cae0-4201-8f5f-4e61b6e5de14",
- "type": "workflow_workflow_step"
}, - {
- "id": "349eb396-0c96-40b3-8f30-5361168c4656",
- "type": "workflow_change_step"
}, - {
- "id": "11787eb6-869f-4590-8a7a-93aad7f64fb7",
- "type": "workflow_workflow_step"
}
]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/776f8715-ec92-4e09-9ed1-e31c6433b2b4/steps/b5984428-8e1b-4873-ab73-65530af7045b",
- "log_lines": "/api/workflow_steps/b5984428-8e1b-4873-ab73-65530af7045b/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/776f8715-ec92-4e09-9ed1-e31c6433b2b4",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/776f8715-ec92-4e09-9ed1-e31c6433b2b4"
}
}
}Continues a "waiting" workflow step. To approve/reject a workflow step that needs approval see the approve workflow step API endpoint.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
| step_id required | string Example: f9549c27-40f7-4f37-9323-4f1222374c50 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Done sanity checks. Ok to continue."
}
}
}{- "data": {
- "id": "b3899f4e-5566-4491-ae39-b0cbd1eaa98e",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [ ],
- "continued_by": [
- {
- "username": "bridget_franecki",
- "message": null
}
], - "requires_approval_from": null,
- "lock_version": 3,
- "created_by": "sebastian",
- "name": "Wait",
- "skip_on_retry": false,
- "notifications": { },
- "status_code": "continued",
- "created_at": "2025-12-10T23:03:40.029915Z",
- "started_at": "2025-12-10T23:04:40.029915Z",
- "finished_at": "2025-12-10T23:11:28.536131Z",
- "updated_at": "2025-12-10T23:11:28.554396Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "45261def-f2ce-44fb-9c2a-112413b13db1",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/45261def-f2ce-44fb-9c2a-112413b13db1/steps/b3899f4e-5566-4491-ae39-b0cbd1eaa98e",
- "log_lines": "/api/workflow_steps/b3899f4e-5566-4491-ae39-b0cbd1eaa98e/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/45261def-f2ce-44fb-9c2a-112413b13db1/steps/a3d6bde3-7fae-4548-a7f6-a817c4b52401",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/45261def-f2ce-44fb-9c2a-112413b13db1"
}
}
}Approve a workflow step that requires approval. To continue a workflow step that does need approval see the continue workflow step API endpoint
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
| step_id required | string Example: d5886a60-5ce2-414f-9cbb-6305165d4514 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "9399aef1-f223-4f85-bdb9-93aa7ff1b34a",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [
- {
- "username": "kristofer.conn",
- "message": null
}
], - "rejected_by": [ ],
- "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "olinda.mcclure",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "status_code": "approved",
- "created_at": "2025-12-10T23:00:54.339844Z",
- "started_at": "2025-12-10T23:01:54.339844Z",
- "finished_at": "2025-12-10T23:11:31.862295Z",
- "updated_at": "2025-12-10T23:11:31.953830Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "7da09b4b-5523-4c46-817a-550e8abff6ba",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/7da09b4b-5523-4c46-817a-550e8abff6ba/steps/9399aef1-f223-4f85-bdb9-93aa7ff1b34a",
- "log_lines": "/api/workflow_steps/9399aef1-f223-4f85-bdb9-93aa7ff1b34a/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/7da09b4b-5523-4c46-817a-550e8abff6ba/steps/d2ea71e5-9e04-448b-afcd-55075ea46fd3",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/7da09b4b-5523-4c46-817a-550e8abff6ba"
}
}
}Reject a workflow step that requires approval.
| project_code required | string Example: opc project code |
| workflow_code required | string Example: assets workflow code |
| run_id required | string Example: 33034003-978b-4383-93fd-7496114317fd workflow run id |
| step_id required | string Example: 78e8ff69-8412-4813-ab9d-695a5e726172 workflow step id |
object |
{- "data": {
- "attributes": {
- "message": "Ok to proceed."
}
}
}{- "data": {
- "id": "016916e0-ffaf-4a17-aa06-693426e48ba2",
- "type": "workflow_wait_step",
- "attributes": {
- "approved_by": [ ],
- "rejected_by": [
- {
- "username": "bradly_weimann",
- "message": null
}
], - "continued_by": [ ],
- "requires_approval_from": "an-ldap-group",
- "lock_version": 3,
- "created_by": "leila",
- "name": "Approval",
- "skip_on_retry": false,
- "notifications": {
- "on_approve": {
- "notify": true,
- "notify_to": {
- "via_email": "approvals@company.com"
}
}
}, - "status_code": "rejected",
- "created_at": "2025-12-10T23:02:50.553655Z",
- "started_at": "2025-12-10T23:03:50.553655Z",
- "finished_at": "2025-12-10T23:11:36.593464Z",
- "updated_at": "2025-12-10T23:11:36.597138Z"
}, - "relationships": {
- "workflow_run": {
- "data": {
- "id": "4214eb28-0548-410c-ab2e-f2094f657437",
- "type": "workflow_run"
}
}, - "children": {
- "data": [ ]
}
}, - "links": {
- "self": "/api/projects/opc/workflows/assets/runs/4214eb28-0548-410c-ab2e-f2094f657437/steps/016916e0-ffaf-4a17-aa06-693426e48ba2",
- "log_lines": "/api/workflow_steps/016916e0-ffaf-4a17-aa06-693426e48ba2/log_lines",
- "parent": "/api/projects/opc/workflows/assets/runs/4214eb28-0548-410c-ab2e-f2094f657437/steps/f8de418d-e55c-4e81-985f-24f56057f018",
- "workflow_run": "/api/projects/opc/workflows/assets/runs/4214eb28-0548-410c-ab2e-f2094f657437"
}
}
}Endpoints to interact with events.
Lists all events.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 1000 ] Default: 10 Example: limit=50 Limit the number of events returned |
{- "data": [
- {
- "id": "19486b51-10fd-46b9-8990-37e1c0da9044",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "anderson",
- "system": false,
- "type": "my custom event",
- "created_at": "2025-12-10T23:09:41.484804Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "0768da06-0523-4ffb-a1f5-418ec217e2ae",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/19486b51-10fd-46b9-8990-37e1c0da9044"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false
}
}Creates an event.
required | object |
{- "data": {
- "attributes": {
- "type": "custom event",
- "any_key": "with a value",
- "another_key": "with a different value",
- "nested": {
- "key": "nested value"
}
}
}
}{- "data": {
- "id": "f7048486-f5a8-4f42-97c4-7896e85b690b",
- "type": "event",
- "attributes": {
- "some": "event data",
- "username": "nathan",
- "system": false,
- "type": "my event",
- "created_at": "2025-12-10T23:09:41.802028Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": null
}
}
}, - "links": {
- "self": "/api/events/f7048486-f5a8-4f42-97c4-7896e85b690b"
}
}
}Shows an event.
| event_id required | string Example: ffb3ff1a-0a1b-4b41-a2c0-3ca214d30716 event id |
{- "data": {
- "id": "4281ba02-fe85-44c6-a760-e449860281dd",
- "type": "event",
- "attributes": {
- "nested": {
- "key": "nested value"
}, - "any_key": "with a value",
- "another_key": "with a different value",
- "username": "shawnda",
- "system": false,
- "type": "my custom event",
- "created_at": "2025-12-10T23:09:42.329883Z"
}, - "relationships": {
- "source": {
- "links": {
- "source": "/api/projects/opc"
}, - "data": {
- "id": "e74e2281-da48-42f3-8622-e49bbb253743",
- "type": "project"
}
}
}, - "links": {
- "self": "/api/events/4281ba02-fe85-44c6-a760-e449860281dd"
}
}
}Returns information about the jobs that are being processed by the OpsChain.
| filter[<query/sort filter>]= | |
| limit | integer [ 1 .. 1000 ] Default: 100 Example: limit=50 Limit the number of jobs returned |
{- "data": [
- {
- "id": "821502",
- "type": "job",
- "attributes": {
- "priority": 35,
- "job_class": "ChangeJob",
- "error_count": 0,
- "last_error_message": null,
- "queue": "default",
- "last_error_backtrace": null,
- "args": "[]",
- "data": "{}",
- "kwargs": "{}",
- "maximum_retry_count": 0,
- "node_id": "99c18e0f-cae5-40c8-b1b3-de7da043f2e4",
- "node_path": "/projects/opc/environments/dev",
- "status": "finished",
- "worker_hostname": null,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it.",
- "run_at": "2025-12-10T09:52:51.069284Z",
- "finished_at": "2025-12-10T23:09:50.388845Z",
- "expired_at": null
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "partial_response": false,
- "has_any": true,
- "total_matching_filter": 1
}
}Endpoints to interact with settings.
Shows the current settings.
| settings_id required | string Example: 12f5b93e-061d-4bde-9ea8-19354a64fd68 settings id |
{- "data": {
- "id": "cdcee4ec-d777-4ee3-a118-625177969b71",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2025-12-10T23:10:10.892084Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/cdcee4ec-d777-4ee3-a118-625177969b71",
- "current_version": "/api/settings/cdcee4ec-d777-4ee3-a118-625177969b71/versions/1",
- "versions": "/api/settings/cdcee4ec-d777-4ee3-a118-625177969b71/versions"
}
}
}Updates a settings JSON if the included version matches the current settings version.
| id_to_update required | string Example: 12f5b93e-061d-4bde-9ea8-19354a64fd68 settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "slack-token"
}
]
}
}, - "version": 1
}
}
}{- "data": {
- "id": "db0c90fb-0019-4dd0-9217-24ca8596b867",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "{AES2}jVO2QhC2UYHTvG5B+q8UpA=={/IV}UeFyVO8DkJevBDXgbeSz9Gw=="
}
]
}
}, - "version": 2,
- "created_at": "2025-12-10T23:10:11.285948Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/db0c90fb-0019-4dd0-9217-24ca8596b867",
- "current_version": "/api/settings/db0c90fb-0019-4dd0-9217-24ca8596b867/versions/2",
- "versions": "/api/settings/db0c90fb-0019-4dd0-9217-24ca8596b867/versions"
}
}
}Updates a settings JSON, without any version checking (always updates).
| id_to_set required | string Example: 12f5b93e-061d-4bde-9ea8-19354a64fd68 settings id |
required | object |
{- "data": {
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "slack-token"
}
]
}
}
}
}
}{- "data": {
- "id": "1dccd390-af14-48fd-9640-21c3c37bd709",
- "type": "settings",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain",
- "notifications": {
- "channels": [
- {
- "name": "slack-1",
- "type": "slack",
- "token": "{AES2}K1efNtFCOrM/d9D+6yQ4bg=={/IV}UFI5XAex9kogVUet3pFCE3Q=="
}
]
}
}, - "version": 2,
- "created_at": "2025-12-10T23:10:12.050855Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/projects/opc"
}
}
}, - "links": {
- "self": "/api/settings/1dccd390-af14-48fd-9640-21c3c37bd709",
- "current_version": "/api/settings/1dccd390-af14-48fd-9640-21c3c37bd709/versions/2",
- "versions": "/api/settings/1dccd390-af14-48fd-9640-21c3c37bd709/versions"
}
}
}Endpoints to interact with the version history for settings.
Lists all versions of an OpsChain settings.
| settings_id required | string Example: 12f5b93e-061d-4bde-9ea8-19354a64fd68 settings id |
{- "data": [
- {
- "id": "fd432366-6d09-4d71-83d7-d7a080253e48",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2025-12-10T23:10:12.718129Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "a379c665-d7fd-484b-930b-0d4ceb0f44de",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/a379c665-d7fd-484b-930b-0d4ceb0f44de"
}
}
}, - "links": {
- "versions": "/api/settings/a379c665-d7fd-484b-930b-0d4ceb0f44de/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/a379c665-d7fd-484b-930b-0d4ceb0f44de/versions/1"
}
}
]
}Shows the settings values for this settings version.
| settings_id required | string Example: 12f5b93e-061d-4bde-9ea8-19354a64fd68 settings id |
| version_number required | integer Example: 1 version number |
{- "data": {
- "id": "1eb70a74-6199-4252-8402-f35ddf5dd475",
- "type": "settings_version",
- "attributes": {
- "data": {
- "requires_approval_from": "opschain",
- "repo_folder": ".opschain"
}, - "version": 1,
- "created_at": "2025-12-10T23:10:13.054598Z"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "77165266-ae42-49c7-85b1-57fa9ce780a3",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/77165266-ae42-49c7-85b1-57fa9ce780a3"
}
}
}, - "links": {
- "versions": "/api/settings/77165266-ae42-49c7-85b1-57fa9ce780a3/versions",
- "owner": "/api/projects/opc",
- "self": "/api/settings/77165266-ae42-49c7-85b1-57fa9ce780a3/versions/1"
}
}
}{- "data": [
- {
- "id": "a48d852b-644c-4112-adfe-f4fc0d29953e",
- "type": "user",
- "attributes": {
- "username": "joana",
- "groupnames": [
- "ldap-group-1",
- "ldap-group-2"
], - "auth_provider": "ldap",
- "created_at": "2025-12-10T23:10:34.048086Z",
- "updated_at": "2025-12-10T23:10:34.048086Z"
}
}
]
}Returns the decrypted values of the supplied secrets
required | object |
{- "data": {
- "attributes": {
- "owner_type": "settings",
- "owner_id": "6d694b6e-4fff-43db-8506-d46592b16d54",
- "mintmodel_owner_path": "/projects/opc/assets/prj_soa",
- "converge_date": "2025-12-10T23:09:09.785416Z",
- "values_to_decrypt": [
- "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "{AES2}TdxBDw3KtDj+FKKckKeF5A=={/IV}Ud/ubLWIwhpCwkgBa6DSd5A=="
]
}
}
}{- "data": {
- "id": "secrets",
- "type": "secrets",
- "attributes": {
- "results": [
- {
- "source": "secret-vault://csh/infrastructure/files/oci_platform_configs.yaml",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}, - {
- "source": "secret-vault://csh/infrastructure/sshkeys/oci_new_key",
- "result": "ERROR: You do not have permission to resolve settings secrets for /projects/opc/environments/dev",
- "filename": null
}
]
}
}
}{- "data": {
- "id": "0",
- "type": "info",
- "attributes": {
- "version": "edge",
- "runner_image": "limepoint/opschain-runner-enterprise:edge",
- "db_version": "17.2",
- "api_version": "7.1.5.1",
- "ldap_available?": true,
- "banners": [ ],
- "instance_info": { },
- "licence_info": {
- "licence_issuer": "LimePoint Pty Ltd",
- "licence_issuer_contact": "support@limepoint.com",
- "licence_version": "1",
- "customer_identifier": "Engineering",
- "start_date": "2025-09-14T00:00:00Z",
- "end_date": "2026-09-14T00:00:00Z"
}
}, - "links": {
- "self": "/api/info"
}, - "meta": {
- "authorisations": {
- "secrets": {
- "global_decrypt": false,
- "global_encrypt": false
}
}
}
}
}{- "data": [
- {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2025-12-10T23:10:33.032704Z",
- "updated_at": "2025-12-10T23:10:33.032704Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}
}
}Creates a certificate in the trust store.
| description | string |
| file | string <binary> certificate file, the uploaded file's filename is used to name the new certificate |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" New certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "New certificate description",
- "created_at": "2025-12-10T23:10:33.243328Z",
- "updated_at": "2025-12-10T23:10:33.243328Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Shows a certificate from the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
{- "data": {
- "id": "ca_self.pem",
- "type": "certificate",
- "attributes": {
- "filename": "ca_self.pem",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Main CA cert.",
- "created_at": "2025-12-10T23:10:33.347267Z",
- "updated_at": "2025-12-10T23:10:33.347267Z"
}, - "links": {
- "self": "/api/trust_store/ca_self.pem"
}
}
}Delete certificate from the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find Certificate"
}
}
]
}Updates a certificate in the trust store.
| certificate_filename required | string Example: ca_self.pem certificate filename |
| description | string |
| file | string <binary> certificate file (the filename is ignored) |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="description" Updated certificate description ------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="file"; filename="remote_system.crt" content-type: application/x-x509-ca-cert content-length: 1887 -----BEGIN CERTIFICATE----- MIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL BQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l ZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD DAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16 SOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE gdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5 RqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt dxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS GbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v iNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28 X8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH E+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf 0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI djd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW YlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV LjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD AQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk pjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX QKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0 R8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW xerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk NDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15 ZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW hcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR tMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd esPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5 AuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B WbrO/ELdag== -----END CERTIFICATE----- ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "remote_system.crt",
- "type": "certificate",
- "attributes": {
- "filename": "remote_system.crt",
- "content": "-----BEGIN CERTIFICATE-----\nMIIFQzCCAyugAwIBAgIUeNS0f9lqaJhC2apc91FbPRBVPNwwDQYJKoZIhvcNAQEL\nBQAwMTEQMA4GA1UEAwwHUm9vdCBDQTEdMBsGA1UECgwUTGltZVBvaW50RW5naW5l\nZXJpbmcwHhcNMjUwNDI5MDA0NzAxWhcNMzAwNDI5MDA0NzAxWjAxMRAwDgYDVQQD\nDAdSb290IENBMR0wGwYDVQQKDBRMaW1lUG9pbnRFbmdpbmVlcmluZzCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJoUxJkyK3VKbBhVwQPRmA9MqUOocn16\nSOZm5KVPVyR2F9OZ4xIyZTkUalUFGrguoDAyvKAI+AgGRhNJG+kKQ7PLAAEbSWBE\ngdXNNtSAj4Yvo0Bw3XbxqZM7kBO7GfysKMjqKsEeR0wiwshAQPsBjAYa78ayDRC5\nRqN1jR9al65UdLcE5yDbbpMd7GwR3b9ythahsox8PfHL60sZf7NfI4q+SkgbOVzt\ndxppCZqwZRuMVWdvvQk069UkOYoRXniQEIFU6Ugd8FWIIzleHyKEodTsRhhXUjBS\nGbA3v+x66mS87r6bE6ffFwLO0reFgfx4a7dMmhd5djrOfZtZ0L8zizXwsyee5j6v\niNokciyLHgRfWYHsYZ3OgHC8p7i02Xd9vcCsaPuoGopo0G/+wog289ObTqGbxu28\nX8Bk5/kIVkn79LDA4zWz7VwYY0uoK0TxWpdMg2yuvE5nH94qGlnJisopxVhrZ7qH\nE+QEqUYhelJNCi62Z8gmT0z3d7lmsq9gH23o1Zngdhnygdrm3rh404bjK/xFL6Hf\n0YmiYhQw8ydHKGWY8rfhjL8eXl1gURZTqLTZC6J3sF3SAS1hj2nrePsPGt7S1OqI\ndjd/vGLSLz/SGyE9d5sOeTvza9pmKKXKqcvPFbwgF496dZmAu6xtVC+6pa8hOXJW\nYlC0xn/xXnTFAgMBAAGjUzBRMB0GA1UdDgQWBBRdN8nNGCxpxe0zHXz3BrrtlYvV\nLjAfBgNVHSMEGDAWgBRdN8nNGCxpxe0zHXz3BrrtlYvVLjAPBgNVHRMBAf8EBTAD\nAQH/MA0GCSqGSIb3DQEBCwUAA4ICAQB6jtlLzWd6yjbye2SsB04ns6B6WskdOAkk\npjGz7MyARCEvgfHh5HtMzBi9l5mxXjMfYuQx3ag75lTSaA/OUgGCQOQygwD6qUXX\nQKslqCh1EEbNfDUuBt31OhAFECkKl194euhuIjUugyL+D07Oscg+k77WDEesBif0\nR8ei+j+AX/sK4RFacFMgAAWHaI3chGu2qrnFHoKEB/R9OUieEb6c8CbVEXyOzCbW\nxerP1sxPBuqvw5/UMwdafXlVmPfC/7C1dJzdw5/yAE6gwEB0ztaaEMsA22smd8dk\nNDugbmY9yTLRWFN2XIs9jgCaDM0hZOFDPbxkX7oD30z3FVkbuSII3EK0GAqHYy15\nZLD5xaxolyKOvQwXYoHVJD95KX1OVuNcILsd2iVGAKpI8IWOu2A1Kvq/Kr5qtxRW\nhcP+nL5XVu/mGP/GABI/zggORdjfAezb9mWi2ozfmSHyJsN8qfVOvK4urDj2YdbR\ntMybK+X7KpN947oZQwJ8WgfO3mTt4jkYPEFgUyVDFRuMcx25ewxy/5+HcpZvgmKd\nesPTYnR/q+kdQ+IO2OrOoBGUJ8F7bmiAKVThBWZKUn9jGAym+A4CEMrklCYwqZT5\nAuA0rI1AjitrP74YqylXtmP2IUJkxCOXBthnlt1oC2UPYXyACPdp5K4+KZbK/63B\nWbrO/ELdag==\n-----END CERTIFICATE-----\n",
- "description": "Updated certificate description",
- "created_at": "2025-12-10T23:10:33.960421Z",
- "updated_at": "2025-12-10T23:10:33.960421Z"
}, - "links": {
- "self": "/api/trust_store/remote_system.crt"
}
}
}Updates the system licence.
| licence | string |
------------XnJLe9ZIbbGUYtzPQJ16u1 content-disposition: form-data; name="licence"; filename="expired_opschain.licence" content-type: application/json content-length: 924 {"data":{"license_issuer":"LimePoint Pty Ltd","license_issuer_contact":"support@limepoint.com","license_version":"1","customer_identifier":"Engineering","start_date":"2023-11-14T00:00:00Z","end_date":"2024-02-14T00:00:00Z"},"signature":"m/hevqjjrYYjOS8ZtgVGGerm028UpKWw/I1cGB4vcJCwI805OtAo1PmszCxWQGOXilgAqyLERLluimRBckFYVL8yx7+rTFxF4D13FqwbwRL5HcKKkV1wwGgzuMpaGE8JGpAq/CkBq6l3xL+jPv/CSYaEyE55+20UdmkZdkvR2vKoJtqDzA1q/4T9tiPA0YIKDjjxSasLBpqokl0iUuaDWksaIhXjdsKmj0FSPfVD2VyPyrBSc1sv0pR+qz98Ny9ef7t6/pIaphLo8Yaa2dnJykeXtAWiaLe+25/OWxEHZoZBvKjentD5dzvqiA8Xo1qhm/tMurTQq4BGJvWYK70LQY9EXlxd+1XLbFX0qdNBNFnzf+rjbGfrLIMw2NFhsODDordSh5P3xNGGG4JyXrwXVRPUaw30celB+uYK3vvDzis0DSBXSA+D9JV3E9YxbI4xuT9Kf+bl0+cr/BajEBhuzATk30a8y5Zqn2MfCBmMb1iLkoFWWvFA+cfUsKsWk3O4YDmR3paOz+HVrSA5HlwaOMOU/P15/q5YFfN6ZEz4DW28I+lfFE3PtgkCsjcPCd99Ca4ZSmiok/l55zRxxrYl6Xc1TNOuq58yp05U798VaEEvmCaVvp5Fk/+TrbGMWKUlPPvc86RzsOlI8Qkdn75SJM3WMEl931m4A52g6jF6+T0="} ------------XnJLe9ZIbbGUYtzPQJ16u1--
{- "data": {
- "id": "expired_opschain.licence",
- "type": "licence",
- "attributes": {
- "licence": "licence data"
}
}
}Shows the current system configuration node.
| include | string Example: include=settings Include the settings in the response |
{- "data": {
- "id": "4731f43f-47ad-439e-8be5-3fa636e5f246",
- "type": "system_configuration",
- "attributes": {
- "code": "system",
- "name": "System Configuration",
- "description": "System configuration node"
}, - "relationships": {
- "settings": {
- "data": {
- "id": "712e6d53-fb9b-48ae-acf4-b3f8939cce3f",
- "type": "settings"
}, - "links": {
- "related": "/api/settings/712e6d53-fb9b-48ae-acf4-b3f8939cce3f"
}
}
}, - "links": {
- "self": "/api/system_configuration",
- "settings": "/api/settings/712e6d53-fb9b-48ae-acf4-b3f8939cce3f"
}, - "meta": {
- "can_have_changes": false,
- "can_have_children": false,
- "can_have_properties": false,
- "can_have_settings": true,
- "can_have_templates": false,
- "requires_template": false,
- "child_node_types": [ ],
- "can_have_workflows": false,
- "authorisations": {
- "settings": {
- "read": true,
- "update": true
}, - "self": {
- "update": true
}
}
}
}, - "included": [
- {
- "id": "712e6d53-fb9b-48ae-acf4-b3f8939cce3f",
- "type": "settings",
- "attributes": {
- "data": {
- "allow_parallel": {
- "changes": true,
- "runs_of_same_change": false,
- "runs_of_same_workflow": false
}, - "api": {
- "external_port": 3000
}, - "auth_strategy": "ldap",
- "product_name": "OpsChain",
- "rails": {
- "env": "test",
- "log_level": "info",
- "max_threads": 5
}, - "server_timing": false,
- "build_service": {
- "host": "opschain-build-service",
- "port": 50000
}, - "github": {
- "token": "{AES2}k7liA0urKQyRvlphtj3AkQ=={/IV}UcRhtsgfWbSyYwcFJ9bE+zA==",
- "user": "{AES2}StFCBjec62rQU82CFMWXDw=={/IV}UQf2JaWBx+wcCXJLUR0Q3WQ=="
}, - "docker": {
- "password": "{AES2}9xL8SWWBLa1F8I8Rd1FhmQ=={/IV}UBUgyWQ2Tyx+MKEDPgZr13g==",
- "user": "{AES2}sGCcGuCWAcusmtQtMeZNkg=={/IV}UleP9SjaQB4nC7BfRyo7lnQ=="
}, - "image_pull_secret": "opschain-image-secret",
- "image_registry": {
- "host": "opschain-image-registry.local.gd",
- "internal_host": "opschain-image-registry",
- "password": "{AES2}W/+Bw3nbVRxLOCapXvfyiA=={/IV}Uhl2Z5+qF9U/q3Xxb+PoKIg==",
- "user": "{AES2}qAQmgL70ZB6lka0EeVXadA=={/IV}Uzk4fCVEarD9C2XD6SFDa/Q=="
}, - "ingress_tls_port": 443,
- "ldap": {
- "cache_ttl": 60,
- "domain": "opschain.io",
- "hc_user": "healthcheck",
- "enable_ssl": false,
- "host": "opschain-ldap",
- "port": 389,
- "password": "{AES2}+1ZnZN2BuzspL/QA/NKjpw=={/IV}UvKaTNAHSSZ+JAOIiFJmjOA==",
- "use_admin_to_bind": true,
- "groups_filter": "(objectClass=groupOfNames)",
- "users_filter": "(objectClass=inetOrgPerson)",
- "new_group_object_class": [
- "groupOfNames"
], - "new_user_object_class": [
- "inetOrgPerson",
- "top"
], - "new_org_unit_object_class": [
- "organizationalUnit",
- "top"
], - "log_level": 1024,
- "logging_enabled": true,
- "admin": "cn=admin,dc=opschain,dc=io",
- "base_dn": "dc=opschain,dc=io",
- "group_attribute": "member",
- "group_base": "ou=groups,dc=opschain,dc=io",
- "organisation": "OpsChain",
- "user_attribute": "uid",
- "user_base": "ou=test,dc=opschain,dc=io"
}, - "licence": "",
- "log_aggregator_additional_output_settings": "",
- "kubernetes_namespace": "opschain",
- "notifications": {
- "channels": [ ],
- "events": {
- "change": { },
- "workflow_run": { }
}
}, - "notifications_base_url": "",
- "pod_per_change_step": false,
- "repo_folder": ".opschain",
- "log_step_pod_events": false,
- "runner": {
- "repository": "limepoint",
- "name": "opschain-runner-enterprise",
- "image_tag": "local",
- "node_selector": "{}"
}, - "worker": {
- "repository": "limepoint",
- "name": "opschain-mintmodel-executor",
- "image_tag": "local"
}, - "mintmodel_executor": {
- "repository": "limepoint",
- "name": "opschain-mintmodel-executor",
- "image_tag": "local"
}, - "parallel_change_worker_steps": 5,
- "requires_approval_from": "",
- "threads_per_worker": 5,
- "tz": "Australia/Melbourne",
- "vault": {
- "use_default_vault": true
}, - "version": "local"
}, - "version": 1,
- "created_at": "2025-12-10T23:10:25.909728Z"
}, - "relationships": {
- "owner": {
- "links": {
- "owner": "/api/system_configuration"
}
}
}, - "links": {
- "self": "/api/settings/712e6d53-fb9b-48ae-acf4-b3f8939cce3f",
- "current_version": "/api/settings/712e6d53-fb9b-48ae-acf4-b3f8939cce3f/versions/1",
- "versions": "/api/settings/712e6d53-fb9b-48ae-acf4-b3f8939cce3f/versions"
}
}
]
}Returns status information about the OpsChain database.
{- "data": [
- {
- "id": "0",
- "type": "database_status",
- "attributes": {
- "version": "17.5",
- "uptime": 1195,
- "database_size": "11 MB",
- "events_table_size": "48 kB",
- "log_lines_table_size": "40 kB",
- "que_job_history_table_size": "40 kB",
- "connections": {
- "active": 1,
- "idle": 0,
- "max_configured": 100
}, - "connection_settings": {
- "pgdb": "opschain",
- "pghost": "opschain-db",
- "pgport": 5432
}, - "table_sizes": [
- {
- "name": "que_jobs",
- "size": "96 kB"
}, - {
- "name": "policy_assignments",
- "size": "96 kB"
}, - {
- "name": "nodes",
- "size": "88 kB"
}, - {
- "name": "policy_rules",
- "size": "80 kB"
}, - {
- "name": "authorisation_rules",
- "size": "72 kB"
}, - {
- "name": "workflow_steps",
- "size": "72 kB"
}, - {
- "name": "changes",
- "size": "64 kB"
}, - {
- "name": "scheduled_activities",
- "size": "64 kB"
}, - {
- "name": "schema_migrations",
- "size": "64 kB"
}, - {
- "name": "steps",
- "size": "64 kB"
}, - {
- "name": "users",
- "size": "64 kB"
}, - {
- "name": "template_version_history",
- "size": "48 kB"
}, - {
- "name": "events",
- "size": "48 kB"
}, - {
- "name": "authorisation_policies",
- "size": "48 kB"
}, - {
- "name": "que_scheduler_audit_enqueued",
- "size": "40 kB"
}, - {
- "name": "que_job_history",
- "size": "40 kB"
}, - {
- "name": "asset_mintmodel_actions",
- "size": "40 kB"
}, - {
- "name": "templates",
- "size": "40 kB"
}, - {
- "name": "solid_cache_entries",
- "size": "40 kB"
}, - {
- "name": "mintmodel_history",
- "size": "40 kB"
}, - {
- "name": "log_lines",
- "size": "40 kB"
}, - {
- "name": "step_properties_versions",
- "size": "32 kB"
}, - {
- "name": "ar_internal_metadata",
- "size": "32 kB"
}, - {
- "name": "workflow_versions",
- "size": "32 kB"
}, - {
- "name": "que_job_worker_hostname",
- "size": "32 kB"
}, - {
- "name": "commits",
- "size": "32 kB"
}, - {
- "name": "que_lockers",
- "size": "32 kB"
}, - {
- "name": "bookmarks",
- "size": "32 kB"
}, - {
- "name": "generate_actions_requests",
- "size": "24 kB"
}, - {
- "name": "certificates",
- "size": "24 kB"
}, - {
- "name": "git_remotes",
- "size": "24 kB"
}, - {
- "name": "template_versions",
- "size": "24 kB"
}, - {
- "name": "properties",
- "size": "24 kB"
}, - {
- "name": "mintmodels",
- "size": "24 kB"
}, - {
- "name": "settings",
- "size": "24 kB"
}, - {
- "name": "properties_versions",
- "size": "24 kB"
}, - {
- "name": "step_status_events",
- "size": "24 kB"
}, - {
- "name": "workflows",
- "size": "24 kB"
}, - {
- "name": "workflow_runs",
- "size": "24 kB"
}, - {
- "name": "settings_versions",
- "size": "24 kB"
}, - {
- "name": "data_cleanup_definitions",
- "size": "16 kB"
}, - {
- "name": "mintmodel_actions",
- "size": "16 kB"
}, - {
- "name": "que_values",
- "size": "16 kB"
}, - {
- "name": "que_scheduler_audit",
- "size": "8192 bytes"
}, - {
- "name": "jobs",
- "size": "0 bytes"
}, - {
- "name": "generate_actions_request_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "scheduled_activity_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "workflow_run_activities",
- "size": "0 bytes"
}, - {
- "name": "queued_mintmodel_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "queued_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_parents",
- "size": "0 bytes"
}, - {
- "name": "queued_step_jobs",
- "size": "0 bytes"
}, - {
- "name": "data_cleanup_definition_que_jobs",
- "size": "0 bytes"
}, - {
- "name": "change_activities",
- "size": "0 bytes"
}, - {
- "name": "que_live_jobs",
- "size": "0 bytes"
}
]
}, - "links": {
- "self": "/api/admin/database"
}
}
]
}{- "data": [
- {
- "id": "opschain.limepoint.engineering",
- "type": "node_status",
- "attributes": {
- "name": "opschain.limepoint.engineering",
- "creation_timestamp": "2024-03-05T00:03:56Z",
- "kubelet_version": "v1.29.6+k3s2",
- "container_runtime_version": "docker://24.0.2",
- "os": "linux",
- "os_image": "Fedora Linux 36 (Server Edition)",
- "architecture": "amd64",
- "roles": [
- "control-plane",
- "master"
], - "metrics": {
- "cpu": "100m",
- "memory": "100Mi"
}, - "conditions": [
- {
- "type": "MemoryPressure",
- "status": "False",
- "reason": "KubeletHasSufficientMemory",
- "message": "kubelet has sufficient memory available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "DiskPressure",
- "status": "False",
- "reason": "KubeletHasNoDiskPressure",
- "message": "kubelet has no disk pressure",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "PIDPressure",
- "status": "False",
- "reason": "KubeletHasSufficientPID",
- "message": "kubelet has sufficient PID available",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}, - {
- "type": "Ready",
- "status": "True",
- "reason": "KubeletReady",
- "message": "kubelet is posting ready status",
- "last_heartbeat_time": "2025-01-01T00:00:00Z",
- "last_transition_time": "2024-09-30T12:00:00Z"
}
], - "capacity": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "103757316Ki"
}, - "allocatable": {
- "cpu": "16",
- "memory": "131907404Ki",
- "pods": "110",
- "ephemeral_storage": "100935116926"
}, - "images": [
- {
- "names": [
- "registry.local.gd:3443/opschain/runner@sha256:256",
- "registry.local.gd:3443/opschain/runner:01234-id"
], - "size_bytes": 2615498231
}
]
}
}
]
}Returns the status of the OpsChain queues and details about their jobs.
{- "data": [
- {
- "id": "default",
- "type": "queue_status",
- "attributes": {
- "name": "default",
- "summary": {
- "total": 10,
- "running": 2,
- "failed": 1,
- "scheduled": 3,
- "finished": 4,
- "pending": 1
}, - "jobs": [
- {
- "job_class": "ChangeJob",
- "total": 5,
- "running": 1,
- "failed": 1,
- "scheduled": 2,
- "finished": 3,
- "pending": 0,
- "next_run_at": "2025-12-11T11:09:16.505+11:00",
- "last_run_at": "2025-12-11T09:09:16.505+11:00",
- "highest_error_count": 2,
- "description": "Verifies if a change can be started based on its owner configuration and, if so, starts it."
}, - {
- "job_class": "DataCleanupJob",
- "total": 5,
- "running": 0,
- "failed": 0,
- "scheduled": 0,
- "finished": 0,
- "pending": 0,
- "next_run_at": "2025-12-11T11:09:16.505+11:00",
- "last_run_at": "2025-12-11T08:09:16.505+11:00",
- "highest_error_count": 0,
- "description": "Cleans up data based on a data cleanup definition."
}
]
}
}
]
}Returns the status of all the OpsChain API workers in the configured namespace.
{- "data": [
- {
- "id": "opschain-api-worker-1",
- "type": "worker",
- "attributes": {
- "namespace": "opschain",
- "node": "node-1",
- "host_ip": "192.168.1.1",
- "pod_ip": "192.168.1.2",
- "start_time": "2021-01-01T00:00:00Z",
- "state": "Running",
- "image": "opschain-api-worker-image",
- "restart_count": 0
}
}
]
}Lists all data cleanup definitions.
| filter[<query/sort filter>]= |
{- "data": [
- {
- "id": "f60298b1-14ce-44c4-b8fd-4d4af93d083a",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "transmitter",
- "enabled": true,
- "created_by": "jacquiline_weber",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": true,
- "filters": {
- "changes": {
- "created_at_lt": "2025-12-03T23:09:39.115Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2025-12-10T23:09:39.121058Z",
- "updated_at": "2025-12-10T23:09:39.121058Z",
- "next_run_at": "2025-12-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/f60298b1-14ce-44c4-b8fd-4d4af93d083a"
}
}
], - "meta": {
- "authorisations": {
- "update": true
}, - "has_any": true
}
}Notes:
cron_schedule or run_at fields must be provided.filters field are changes, events, jobs, and workflow_runs. Each of these can have ransack filters for the specific type they refer to.
IMPORTANT: If no filters are provided for a data type, the cleanup will remove all data that matches the node paths.node_paths field is an array of strings. Each string is a path to a node. The path must start with /projects and only contain forward slashes, lowercase letters, numbers and underscores, and optionally a single "%" at the end.
Use the % wildcard to include all nodes under a specific node or node-type, note that this will apply the cleanup to all nodes that are yet to be created, as long as they match the path.required | object |
{- "data": {
- "attributes": {
- "name": "Will run once at 1am on 1st January 2020",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": false,
- "purge_events": true,
- "purge_jobs": true,
- "cron_schedule": "8 6 17 12 5",
- "run_at": "2020-01-01 01:00:00 UTC",
- "end_at": null,
- "maximum_run_count": null,
- "repeat": false
}
}
}{- "data": {
- "id": "e7eae964-d0be-40df-883a-673bff98c189",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "hard drive",
- "enabled": true,
- "created_by": "sidney.borer",
- "cron_schedule": "10 2 26 3 4",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "filters": { },
- "node_paths": [ ],
- "run_count": 0,
- "created_at": "2025-12-10T23:09:39.379386Z",
- "updated_at": "2025-12-10T23:09:39.379386Z",
- "next_run_at": "2026-03-04T15:10:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/e7eae964-d0be-40df-883a-673bff98c189"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Shows a data cleanup definition.
| data_cleanup_definition_id required | string Example: aa93d3dd-d8c1-42d6-8ec8-ef4dc3207852 data cleanup definition id |
{- "data": {
- "id": "f4cfce27-946b-485e-b321-a7c3e98a2992",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "program",
- "enabled": true,
- "created_by": "pasquale",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": null,
- "purge_activities": true,
- "purge_events": false,
- "purge_jobs": false,
- "filters": {
- "changes": {
- "created_at_lt": "2025-12-03T23:09:39.831Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2025-12-10T23:09:39.835271Z",
- "updated_at": "2025-12-10T23:09:39.835271Z",
- "next_run_at": "2025-12-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/f4cfce27-946b-485e-b321-a7c3e98a2992"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Updates a data cleanup definition.
Notes:
| data_cleanup_definition_id required | string Example: aa93d3dd-d8c1-42d6-8ec8-ef4dc3207852 data cleanup definition id |
required | object |
{- "data": {
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "node_paths": [ ],
- "filters": { },
- "purge_activities": true,
- "purge_events": true,
- "purge_jobs": false,
- "cron_schedule": "27 6 28 12 5",
- "run_at": null,
- "end_at": null,
- "maximum_run_count": null,
- "repeat": true
}
}
}{- "data": {
- "id": "ab147eb4-78dc-4ad6-8dc3-402e4c037c70",
- "type": "data_cleanup_definition",
- "attributes": {
- "name": "new_name",
- "enabled": true,
- "created_by": "deanna",
- "cron_schedule": "0 0 7,14,21,28 * *",
- "repeat": true,
- "maximum_run_count": 5,
- "purge_activities": false,
- "purge_events": false,
- "purge_jobs": true,
- "filters": {
- "changes": {
- "created_at_lt": "2025-12-03T23:09:40.311Z"
}
}, - "node_paths": [
- "/projects/opc/environments/dev"
], - "run_count": 0,
- "created_at": "2025-12-10T23:09:40.314571Z",
- "updated_at": "2025-12-10T23:09:40.378815Z",
- "next_run_at": "2025-12-13T13:00:00.000000Z",
- "run_at": null,
- "end_at": null
}, - "links": {
- "self": "/api/data_cleanup_definitions/ab147eb4-78dc-4ad6-8dc3-402e4c037c70"
}
}, - "meta": {
- "authorisations": {
- "update": true
}
}
}Delete a data cleanup definition.
| data_cleanup_definition_id required | string Example: aa93d3dd-d8c1-42d6-8ec8-ef4dc3207852 data cleanup definition id |
{- "errors": [
- {
- "status": 404,
- "title": "Record not found",
- "meta": {
- "message": "Couldn't find DataCleanupDefinition"
}
}
]
}